Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2006 18:41:25 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 97359 for review
Message-ID:  <200605171841.k4HIfPRg041855@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97359

Change 97359 by millert@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) 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605171841.k4HIfPRg041855>