commit: 70531e52da1a835f82a2db952c0a408b9e9e1cfe Author: Russell Coker <russell <AT> coker <DOT> com <DOT> au> AuthorDate: Sun Jul 31 09:31:37 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=70531e52
watchdog reads pid files This patch allows watchdog to read all pid files for the "pidfile" feature. policy/modules/contrib/watchdog.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/contrib/watchdog.te b/policy/modules/contrib/watchdog.te index 0f13e2b..8cb7a08 100644 --- a/policy/modules/contrib/watchdog.te +++ b/policy/modules/contrib/watchdog.te @@ -75,6 +75,8 @@ 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)
