From: dominick.grift@gmail.com (grift) Date: Thu, 06 Dec 2012 16:42:04 +0100 Subject: [refpolicy] [PATCH 5/9] Allow the system dbus to search cgroup directories In-Reply-To: <1354745012-24557-5-git-send-email-bigon@debian.org> References: <1354745012-24557-1-git-send-email-bigon@debian.org> <1354745012-24557-5-git-send-email-bigon@debian.org> Message-ID: <1354808524.25618.78.camel@localhost> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com On Wed, 2012-12-05 at 23:03 +0100, Laurent Bigonville wrote: > From: Laurent Bigonville > > When compiling with systemd support, dbus is looking at the available > cgroups to try to figure out if the system has booted using systemd This was merged, thanks > --- > dbus.te | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/dbus.te b/dbus.te > index 586c97f..b9d84e7 100644 > --- a/dbus.te > +++ b/dbus.te > @@ -101,6 +101,7 @@ files_read_usr_files(system_dbusd_t) > fs_getattr_all_fs(system_dbusd_t) > fs_list_inotifyfs(system_dbusd_t) > fs_search_auto_mountpoints(system_dbusd_t) > +fs_search_cgroup_dirs(system_dbusd_t) > fs_dontaudit_list_nfs(system_dbusd_t) > > mls_fd_use_all_levels(system_dbusd_t)