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 EE26B138CA3 for ; Wed, 4 Mar 2015 17:03:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A07EE08E9; Wed, 4 Mar 2015 17:03:10 +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 E738FE08E9 for ; Wed, 4 Mar 2015 17:03:09 +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 142973407BD for ; Wed, 4 Mar 2015 17:03:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC73C13093 for ; Wed, 4 Mar 2015 17:03:04 +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: <1425488251.0ce3435159ef02f7e22c79219f14c63e33285d5b.swift@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: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 0ce3435159ef02f7e22c79219f14c63e33285d5b X-VCS-Branch: next Date: Wed, 4 Mar 2015 17:03:04 +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: 3d04e2b1-2a1e-4abe-911c-d71d46ab1a5f X-Archives-Hash: c7aa7447b361468bbb16ea92b75425b7 commit: 0ce3435159ef02f7e22c79219f14c63e33285d5b Author: Jason Zaman perfinion com> AuthorDate: Mon Feb 9 17:17:40 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Wed Mar 4 16:57:31 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=0ce34351 salt: allow salt to ps all processes Salt needs to be able to list all processes to check if services are running policy/modules/contrib/salt.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/salt.te b/policy/modules/contrib/salt.te index 970b183..4c76ecc 100644 --- a/policy/modules/contrib/salt.te +++ b/policy/modules/contrib/salt.te @@ -269,7 +269,7 @@ corenet_tcp_connect_salt_port(salt_minion_t) dev_read_sysfs(salt_minion_t) domain_dontaudit_exec_all_entry_files(salt_minion_t) -domain_dontaudit_search_all_domains_state(salt_minion_t) +domain_read_all_domains_state(salt_minion_t) files_manage_all_non_security_file_types(salt_minion_t)