From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A0000138247 for ; Fri, 6 Dec 2013 17:33:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33679E0B3C; Fri, 6 Dec 2013 17:33:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1581E0B35 for ; Fri, 6 Dec 2013 17:33:18 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9AC733F4B8 for ; Fri, 6 Dec 2013 17:33:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 54CD9D0878 for ; Fri, 6 Dec 2013 17:33:15 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1386351002.92185963a6e43bb8cd706466a0ad736e8bc71cba.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/fstools.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 92185963a6e43bb8cd706466a0ad736e8bc71cba X-VCS-Branch: master Date: Fri, 6 Dec 2013 17:33:15 +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: f93a3b2d-94a3-4939-b2e6-eece1a741642 X-Archives-Hash: 65e791d6a163bfee024bab5198f22837 commit: 92185963a6e43bb8cd706466a0ad736e8bc71cba Author: Dominick Grift gmail com> AuthorDate: Sat Nov 9 09:44:55 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Dec 6 17:30:02 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=92185963 fstools: hdparm append (what seems inherited from devicekit ) /var/log/pm-powersave.log fstools: hdparm reads /run/pm-utils/locks/pm-powersave.lock Signed-off-by: Dominick Grift gmail.com> --- policy/modules/system/fstools.te | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/policy/modules/system/fstools.te b/policy/modules/system/fstools.te index 3f48d30..a912d3d 100644 --- a/policy/modules/system/fstools.te +++ b/policy/modules/system/fstools.te @@ -166,6 +166,11 @@ optional_policy(` ') optional_policy(` + devicekit_read_pid_files(fsadm_t) + devicekit_append_inherited_log_files(fsadm_t) +') + +optional_policy(` hal_dontaudit_write_log(fsadm_t) ')