PERFORCE change 69925 for review

Robert Watson rwatson at FreeBSD.org
Sat Jan 29 17:26:26 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=69925

Change 69925 by rwatson at rwatson_paprika on 2005/01/29 17:26:10

	Correct two typos: one probably from the original patch, and one
	that I definitely introduced.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/kern_prot.c#45 edit
.. //depot/projects/trustedbsd/mac/sys/security/mac/mac_process.c#15 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/kern_prot.c#45 (text+ko) ====

@@ -614,7 +614,7 @@
 	oldcred = p->p_ucred;
 
 #ifdef MAC
-	error = mac_check_proc_seteuid(p, oldcred, euid;
+	error = mac_check_proc_seteuid(p, oldcred, euid);
 	if (error)
 		goto fail;
 #endif

==== //depot/projects/trustedbsd/mac/sys/security/mac/mac_process.c#15 (text+ko) ====

@@ -87,7 +87,7 @@
     "copy-on-write semantics, or by removing all write access");
 
 static int	mac_enforce_suid = 1;
-SYSCTL_INT(_security_mac, OID_AUTO, enforce_suid, CTLFLAW_RW,
+SYSCTL_INT(_security_mac, OID_AUTO, enforce_suid, CTLFLAG_RW,
     &mac_enforce_suid, 0, "Enforce MAC policy on suid/sgid operations");
 TUNABLE_INT("security.mac.enforce_suid", &mac_enforce_suid);
 
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list