Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/
Date: Wed, 04 Mar 2015 17:03:16
Message-Id: 1425488251.0ce3435159ef02f7e22c79219f14c63e33285d5b.swift@gentoo
1 commit: 0ce3435159ef02f7e22c79219f14c63e33285d5b
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Mon Feb 9 17:17:40 2015 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 16:57:31 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=0ce34351
7
8 salt: allow salt to ps all processes
9
10 Salt needs to be able to list all processes to check if services
11 are running
12
13 policy/modules/contrib/salt.te | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/policy/modules/contrib/salt.te b/policy/modules/contrib/salt.te
17 index 970b183..4c76ecc 100644
18 --- a/policy/modules/contrib/salt.te
19 +++ b/policy/modules/contrib/salt.te
20 @@ -269,7 +269,7 @@ corenet_tcp_connect_salt_port(salt_minion_t)
21 dev_read_sysfs(salt_minion_t)
22
23 domain_dontaudit_exec_all_entry_files(salt_minion_t)
24 -domain_dontaudit_search_all_domains_state(salt_minion_t)
25 +domain_read_all_domains_state(salt_minion_t)
26
27 files_manage_all_non_security_file_types(salt_minion_t)