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 6E8FB13838B for ; Sun, 21 Sep 2014 14:08:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16AB2E09F7; Sun, 21 Sep 2014 14:08:25 +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 2885AE09F1 for ; Sun, 21 Sep 2014 14:08:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E1C6340231 for ; Sun, 21 Sep 2014 14:08:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 041FFE8F for ; Sun, 21 Sep 2014 14:08:22 +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: <1411308218.251e3aeab13af9ef95032c5b207b5b3a165c1307.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:mailinfra 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: 251e3aeab13af9ef95032c5b207b5b3a165c1307 X-VCS-Branch: mailinfra Date: Sun, 21 Sep 2014 14:08:22 +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: 5d8795ab-4ad0-4025-94fe-e2da087c919a X-Archives-Hash: 2102a9074c30ff329487e7050aa789e5 commit: 251e3aeab13af9ef95032c5b207b5b3a165c1307 Author: Sven Vermeulen siphos be> AuthorDate: Sun Aug 31 18:38:21 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Sep 21 14:03:38 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=251e3aea Allow salt minion to read SELinux configuration The rlpkg command, before executing setfiles (which involves a domain transition), parses the SELinux configuration file. --- policy/modules/contrib/salt.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/contrib/salt.te b/policy/modules/contrib/salt.te index 8388253..05dffec 100644 --- a/policy/modules/contrib/salt.te +++ b/policy/modules/contrib/salt.te @@ -311,6 +311,10 @@ optional_policy(` ') optional_policy(` + seutil_read_config(salt_minion_t) +') + +optional_policy(` shutdown_domtrans(salt_minion_t) ')