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 A63E7138D03 for ; Sat, 11 Jul 2015 14:09:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D2DFE08F4; Sat, 11 Jul 2015 14:09:50 +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 47B5AE08F4 for ; Sat, 11 Jul 2015 14:09:49 +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 7369F34058A for ; Sat, 11 Jul 2015 14:09:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89448762 for ; Sat, 11 Jul 2015 14:09:45 +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: <1436279937.1fe4a68fc6e8a979fb6db744109500bf32f8283b.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift 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: 1fe4a68fc6e8a979fb6db744109500bf32f8283b X-VCS-Branch: swift Date: Sat, 11 Jul 2015 14:09:45 +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: 56f46723-5a45-4db6-8351-e66ccb08162a X-Archives-Hash: 902beff0bd566cf2a1ae166dc57e59e7 commit: 1fe4a68fc6e8a979fb6db744109500bf32f8283b Author: Sven Vermeulen siphos be> AuthorDate: Tue Jul 7 14:38:57 2015 +0000 Commit: Sven Vermeulen 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) 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 DD672138D0D for ; Tue, 7 Jul 2015 14:39:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 664E614026; Tue, 7 Jul 2015 14:39:34 +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 131F314026 for ; Tue, 7 Jul 2015 14:39:33 +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 4AD89340E25 for ; Tue, 7 Jul 2015 14:39:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3480738 for ; Tue, 7 Jul 2015 14:39:29 +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: <1436279937.1fe4a68fc6e8a979fb6db744109500bf32f8283b.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: 1fe4a68fc6e8a979fb6db744109500bf32f8283b X-VCS-Branch: master Date: Tue, 7 Jul 2015 14:39:29 +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: 3a759835-05ad-4e8f-860c-0fc760543237 X-Archives-Hash: 712c9b2fe758426d959af490fe7ca880 Message-ID: <20150707143929.bhpAj5KJ0cdO_NKELO9ZhLk8yZIuBJ0JTRaYrA4NMc4@z> commit: 1fe4a68fc6e8a979fb6db744109500bf32f8283b Author: Sven Vermeulen siphos be> AuthorDate: Tue Jul 7 14:38:57 2015 +0000 Commit: Sven Vermeulen 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)