From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3E2813832F for ; Sat, 13 Aug 2016 18:32:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13A2521C1A1; Sat, 13 Aug 2016 18:32:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03BF321C080 for ; Sat, 13 Aug 2016 18:32:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBBDC340CE4 for ; Sat, 13 Aug 2016 18:32:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1123E2461 for ; Sat, 13 Aug 2016 18:32:01 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1471112583.6e8d429d4a26f3e6c1ceccd320fe6d57b1f5c3c0.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/watchdog.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 6e8d429d4a26f3e6c1ceccd320fe6d57b1f5c3c0 X-VCS-Branch: master Date: Sat, 13 Aug 2016 18:32:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 156287a5-669d-4afb-8925-bc44f07b42fc X-Archives-Hash: bd4002b1613c13e2cfc85bae96581721 Message-ID: <20160813183201.hODG7IqYPBQcJlYXnYNLNyolQmB2Z9QFJxo9mF1bR_w@z> commit: 6e8d429d4a26f3e6c1ceccd320fe6d57b1f5c3c0 Author: Chris PeBenito ieee org> AuthorDate: Tue Aug 2 23:40:21 2016 +0000 Commit: Jason Zaman gentoo 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)