From: bigon@debian.org (Laurent Bigonville) Date: Wed, 5 Dec 2012 23:03:28 +0100 Subject: [refpolicy] [PATCH 5/9] Allow the system dbus to search cgroup directories In-Reply-To: <1354745012-24557-1-git-send-email-bigon@debian.org> References: <1354745012-24557-1-git-send-email-bigon@debian.org> Message-ID: <1354745012-24557-5-git-send-email-bigon@debian.org> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com 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 --- 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) -- 1.7.10.4