PERFORCE change 97341 for review
Todd Miller
millert at FreeBSD.org
Wed May 17 14:05:36 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=97341
Change 97341 by millert at millert_p4 on 2006/05/17 13:56:25
include <selinux/get_context_list.h> for get_default_context()
prototype.
Affected files ...
.. //depot/projects/trustedbsd/sebsd/usr.sbin/cron/cron/database.c#7 edit
.. //depot/projects/trustedbsd/sebsd/usr.sbin/cron/cron/do_command.c#10 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/usr.sbin/cron/cron/database.c#7 (text+ko) ====
@@ -33,6 +33,7 @@
#ifdef SEBSD
#include <selinux/selinux.h>
+#include <selinux/get_context_list.h>
#include <selinux/flask.h>
#include <selinux/av_permissions.h>
#endif
==== //depot/projects/trustedbsd/sebsd/usr.sbin/cron/cron/do_command.c#10 (text+ko) ====
@@ -35,6 +35,7 @@
#include <sys/mac.h>
#ifdef SEBSD
#include <selinux/selinux.h>
+#include <selinux/get_context_list.h>
#endif
More information about the trustedbsd-cvs
mailing list