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 5C59F138D16 for ; Sat, 11 Jul 2015 19:52:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 569A9E08DC; Sat, 11 Jul 2015 19:52:47 +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 5DC02E08CE for ; Sat, 11 Jul 2015 19:52:46 +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 60B44340894 for ; Sat, 11 Jul 2015 19:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5876759 for ; Sat, 11 Jul 2015 19:52:42 +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: <1436279937.1fe4a68fc6e8a979fb6db744109500bf32f8283b.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/salt.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 1fe4a68fc6e8a979fb6db744109500bf32f8283b X-VCS-Branch: next Date: Sat, 11 Jul 2015 19:52:42 +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: b11f6c3e-7a41-464e-b375-b56a26ad98f1 X-Archives-Hash: af0f13dc696855b3bcb7a9a444e1ae21 commit: 1fe4a68fc6e8a979fb6db744109500bf32f8283b Author: Sven Vermeulen siphos be> AuthorDate: Tue Jul 7 14:38:57 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Jul 7 14:38:57 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=1fe4a68f Salt minion uses blkid for mount info To view the mount state information, salt minion calls the blkid binary. policy/modules/contrib/salt.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/contrib/salt.te b/policy/modules/contrib/salt.te index 576d424..00d1931 100644 --- a/policy/modules/contrib/salt.te +++ b/policy/modules/contrib/salt.te @@ -284,6 +284,8 @@ files_manage_all_non_security_file_types(salt_minion_t) fs_getattr_all_fs(salt_minion_t) +fstools_domtrans(salt_minion_t) + getty_use_fds(salt_minion_t) init_exec_rc(salt_minion_t)