Date: Wed, 17 May 2006 13:57:24 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 97341 for review Message-ID: <200605171357.k4HDvOIR015473@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97341 Change 97341 by millert@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605171357.k4HDvOIR015473>