diff options
author | Chris PeBenito <pebenito@ieee.org> | 2017-04-18 20:37:39 -0400 |
---|---|---|
committer | Jason Zaman <jason@perfinion.com> | 2017-04-30 22:17:44 +0800 |
commit | ed8c380a71d1b647a6fdc57a29781eff7f523e80 (patch) | |
tree | b9a70b9f292e3e8e86c566dddf5664e5458baa51 /policy/modules/contrib/smartmon.te | |
parent | systemd init from Russell Coker (diff) | |
download | hardened-refpolicy-ed8c380a71d1b647a6fdc57a29781eff7f523e80.tar.gz hardened-refpolicy-ed8c380a71d1b647a6fdc57a29781eff7f523e80.tar.bz2 hardened-refpolicy-ed8c380a71d1b647a6fdc57a29781eff7f523e80.zip |
misc daemons from Russell Coker.
Put in libx32 subs entries that refer to directories with fc entries.
Allow dpkg_t to transition to dpkg_script_t when it executes bin_t for
dpkg-reconfigure.
Some dontaudit rules for mta processes spawned by mon for notification.
Lots of tiny changes that are obvious.
Diffstat (limited to 'policy/modules/contrib/smartmon.te')
-rw-r--r-- | policy/modules/contrib/smartmon.te | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/policy/modules/contrib/smartmon.te b/policy/modules/contrib/smartmon.te index 4a7cafa7c..1ad706c7c 100644 --- a/policy/modules/contrib/smartmon.te +++ b/policy/modules/contrib/smartmon.te @@ -1,4 +1,4 @@ -policy_module(smartmon, 1.14.0) +policy_module(smartmon, 1.14.1) ######################################## # @@ -69,6 +69,7 @@ files_exec_etc_files(fsdaemon_t) files_read_etc_files(fsdaemon_t) files_read_etc_runtime_files(fsdaemon_t) files_read_usr_files(fsdaemon_t) +files_search_var_lib(fsdaemon_t) fs_getattr_all_fs(fsdaemon_t) fs_search_auto_mountpoints(fsdaemon_t) |