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 673CA139693 for ; Mon, 10 Aug 2015 20:46:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25E70957A5; Mon, 10 Aug 2015 20:46:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C035F957A5 for ; Mon, 10 Aug 2015 20:46:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15A27340AFF for ; Mon, 10 Aug 2015 20:46:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4F1A144 for ; Mon, 10 Aug 2015 20:46:37 +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: <1439239581.39053e06affa1f85a487412b2ec6bf6ba2aa12b8.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/salt.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 39053e06affa1f85a487412b2ec6bf6ba2aa12b8 X-VCS-Branch: master Date: Mon, 10 Aug 2015 20:46:37 +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: cb8a8a7a-db3d-4e76-86eb-c286ade75c8c X-Archives-Hash: c37d471d789e0fb6c3eb85f3a8717948 commit: 39053e06affa1f85a487412b2ec6bf6ba2aa12b8 Author: Sven Vermeulen siphos be> AuthorDate: Sun Aug 2 19:06:19 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Aug 10 20:46:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=39053e06 Allow salt minion to read software raid state policy/modules/contrib/salt.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/salt.te b/policy/modules/contrib/salt.te index 0f3dba4..0a3d45a 100644 --- a/policy/modules/contrib/salt.te +++ b/policy/modules/contrib/salt.te @@ -277,6 +277,7 @@ files_pid_filetrans(salt_minion_t, salt_var_run_t, dir) files_pid_filetrans(salt_minion_t, salt_minion_var_run_t, file, "salt-minion.pid") kernel_read_network_state(salt_minion_t) +kernel_read_software_raid_state(salt_minion_t) kernel_read_system_state(salt_minion_t) kernel_rw_all_sysctls(salt_minion_t)