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 20F4A13832E for ; Sat, 13 Aug 2016 18:32:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE0EE21C1B9; Sat, 13 Aug 2016 18:32:12 +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 1D97C21C1EC for ; Sat, 13 Aug 2016 18:32:06 +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 33D17340CD0 for ; Sat, 13 Aug 2016 18:32:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 923272468 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.e8e8d4ac0695c051293cc8ed94d03630df38e997.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/policykit.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: e8e8d4ac0695c051293cc8ed94d03630df38e997 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: fc8ded70-3f04-435a-8e13-e95e7ebdbc26 X-Archives-Hash: 0e06a048d4a974893ff33870a5ebde55 commit: e8e8d4ac0695c051293cc8ed94d03630df38e997 Author: Guido Trentalancia trentalancia net> AuthorDate: Tue Aug 9 20:31:13 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=e8e8d4ac Policykit module: add fs_getattr_xattr_fs() Add a single permission to the policykit module. Signed-off-by: Guido Trentalancia trentalancia.net> policy/modules/contrib/policykit.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/policykit.te b/policy/modules/contrib/policykit.te index 50f8b6a..da0187b 100644 --- a/policy/modules/contrib/policykit.te +++ b/policy/modules/contrib/policykit.te @@ -92,6 +92,7 @@ domain_read_all_domains_state(policykit_t) files_dontaudit_search_all_mountpoints(policykit_t) +fs_getattr_xattr_fs(policykit_t) fs_list_inotifyfs(policykit_t) auth_use_nsswitch(policykit_t) 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 192D813832E for ; Sat, 13 Aug 2016 18:35:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D5F321C20B; Sat, 13 Aug 2016 18:35:13 +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 923D921C20C for ; Sat, 13 Aug 2016 18:35:07 +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 11115340CD9 for ; Sat, 13 Aug 2016 18:35:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 817F92464 for ; Sat, 13 Aug 2016 18:35: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.e8e8d4ac0695c051293cc8ed94d03630df38e997.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/policykit.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: e8e8d4ac0695c051293cc8ed94d03630df38e997 X-VCS-Branch: next Date: Sat, 13 Aug 2016 18:35: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: 00ac02ab-4810-4f56-b8cb-ff833f228f25 X-Archives-Hash: f4b0ac77ffaa0cc92216389397585c1f Message-ID: <20160813183501.pbHk5plkZ8lE9SQC9I2tXNxm8XcbFEyMW7VqsC7m1A4@z> commit: e8e8d4ac0695c051293cc8ed94d03630df38e997 Author: Guido Trentalancia trentalancia net> AuthorDate: Tue Aug 9 20:31:13 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=e8e8d4ac Policykit module: add fs_getattr_xattr_fs() Add a single permission to the policykit module. Signed-off-by: Guido Trentalancia trentalancia.net> policy/modules/contrib/policykit.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/policykit.te b/policy/modules/contrib/policykit.te index 50f8b6a..da0187b 100644 --- a/policy/modules/contrib/policykit.te +++ b/policy/modules/contrib/policykit.te @@ -92,6 +92,7 @@ domain_read_all_domains_state(policykit_t) files_dontaudit_search_all_mountpoints(policykit_t) +fs_getattr_xattr_fs(policykit_t) fs_list_inotifyfs(policykit_t) auth_use_nsswitch(policykit_t)