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 549A213832E for ; Sat, 13 Aug 2016 18:32:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA69621C1F7; Sat, 13 Aug 2016 18:32:07 +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 C99FE21C1BF for ; Sat, 13 Aug 2016 18:32:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B8948340CDE 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 F3B2A2460 for ; Sat, 13 Aug 2016 18:32:00 +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.70531e52da1a835f82a2db952c0a408b9e9e1cfe.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: 70531e52da1a835f82a2db952c0a408b9e9e1cfe X-VCS-Branch: master Date: Sat, 13 Aug 2016 18:32:00 +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: 965d2377-3e06-426e-9afd-fbd1e3bec8f4 X-Archives-Hash: 2d7948ae33fa19f548a5241dc2ce8bbf Message-ID: <20160813183200.VdWCAjFbU7g3hVtVVYtW-WWplk6oSkv_JVRIVvY1fZk@z> commit: 70531e52da1a835f82a2db952c0a408b9e9e1cfe Author: Russell Coker coker com au> AuthorDate: Sun Jul 31 09:31:37 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=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)