PERFORCE change 87608 for review

Todd Miller millert at FreeBSD.org
Thu Dec 1 21:31:11 GMT 2005


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

Change 87608 by millert at millert_g4tower on 2005/12/01 21:30:51

	SEDarwin uses /etc/sedarwin not /etc/security/sedarwin since
	there is no existing /etc/security dir on Darwin.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libselinux/src/sedarwin_config.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libselinux/src/sedarwin_config.c#4 (text+ko) ====

@@ -4,25 +4,25 @@
 char *selinux_default_type_path()
 {
 	/*return _DEFTYPE_PATH;*/
-	return "/etc/security/sedarwin/default_type";
+	return "/etc/sedarwin/default_type";
 }
 
 char *selinux_booleans_path()
 {
-	return "/etc/security/sedarwin/booleans";
+	return "/etc/sedarwin/booleans";
 }
 
 char *selinux_default_context_path()
 {
-	return "/etc/security/sedarwin/default_contexts";
+	return "/etc/sedarwin/default_contexts";
 }
 
 char *selinux_failsafe_context_path()
 {
-	return "/etc/security/sedarwin/failsafe_context";
+	return "/etc/sedarwin/failsafe_context";
 }
 
 char *selinux_user_contexts_path()
 {
-	return "/etc/security/sedarwin/user_context";
+	return "/etc/sedarwin/user_context";
 }
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