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 92DAB138247 for ; Mon, 11 Nov 2013 13:45:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBC3EE0B92; Mon, 11 Nov 2013 13:45:54 +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 53EAAE0B92 for ; Mon, 11 Nov 2013 13:45:54 +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 718DA33F1DA for ; Mon, 11 Nov 2013 13:45:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2D09AE54C4 for ; Mon, 11 Nov 2013 13:45:52 +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: <1384177415.cb4a0a66bde58802004df513668571c834c0f015.swift@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/devicekit.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: cb4a0a66bde58802004df513668571c834c0f015 X-VCS-Branch: master Date: Mon, 11 Nov 2013 13:45:52 +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: 07854fdf-bcbb-471f-9524-c259c8649ea0 X-Archives-Hash: 7bcc0d08955cf241fdd4d8c43be772da commit: cb4a0a66bde58802004df513668571c834c0f015 Author: Dominick Grift gmail com> AuthorDate: Sun Sep 29 16:24:11 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Nov 11 13:43:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=cb4a0a66 devicekit: edit devicekit_append_inherited_log_files to include get attribute permission so that it can be also used for fsadm Signed-off-by: Dominick Grift gmail.com> --- policy/modules/contrib/devicekit.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/devicekit.if b/policy/modules/contrib/devicekit.if index b1c7ef3..8ce99ff 100644 --- a/policy/modules/contrib/devicekit.if +++ b/policy/modules/contrib/devicekit.if @@ -155,7 +155,7 @@ interface(`devicekit_append_inherited_log_files',` ') logging_search_logs($1) - allow $1 devicekit_var_log_t:file append; + allow $1 devicekit_var_log_t:file { getattr_file_perms append }; devicekit_use_fds_power($1) ')