commit: 6e8d429d4a26f3e6c1ceccd320fe6d57b1f5c3c0 Author: Chris PeBenito <pebenito <AT> ieee <DOT> org> AuthorDate: Tue Aug 2 23:40:21 2016 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sat Aug 13 18:23:03 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=6e8d429d
watchdog: Move line. policy/modules/contrib/watchdog.te | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/policy/modules/contrib/watchdog.te b/policy/modules/contrib/watchdog.te index 8cb7a08..a7eac30 100644 --- a/policy/modules/contrib/watchdog.te +++ b/policy/modules/contrib/watchdog.te @@ -68,6 +68,7 @@ domain_kill_all_domains(watchdog_t) files_read_etc_files(watchdog_t) files_manage_etc_runtime_files(watchdog_t) files_etc_filetrans_etc_runtime(watchdog_t, file) +files_read_all_pids(watchdog_t) fs_unmount_xattr_fs(watchdog_t) fs_getattr_all_fs(watchdog_t) @@ -75,8 +76,6 @@ fs_search_auto_mountpoints(watchdog_t) auth_append_login_records(watchdog_t) -files_read_all_pids(watchdog_t) - logging_send_syslog_msg(watchdog_t) miscfiles_read_localization(watchdog_t)
