PERFORCE change 97359 for review
Todd Miller
millert at FreeBSD.org
Wed May 17 18:42:51 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=97359
Change 97359 by millert at millert_ibook on 2006/05/17 18:40:31
selinux_binary_policy_path() should return the policy path without
a suffix.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libselinux/src/sedarwin_config.c#6 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/libselinux/src/sedarwin_config.c#6 (text+ko) ====
@@ -62,7 +62,7 @@
const char *
selinux_binary_policy_path(void)
{
- return (SEDARWIN_DIR "/policy/policy.bin");
+ return (SEDARWIN_DIR "/policy/policy");
}
hidden_def(selinux_binary_policy_path)
More information about the trustedbsd-cvs
mailing list