Gentoo Archives: gentoo-commits

From: Jason Zaman <gentoo@×××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:userroles commit in: policy/modules/contrib/
Date: Wed, 03 Dec 2014 12:56:23
Message-Id: 1417596213.023ffc02b383f6e2a7c1c7a4fb0ecf032bde1014.perfinion@gentoo
1 commit: 023ffc02b383f6e2a7c1c7a4fb0ecf032bde1014
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Wed Nov 26 06:39:14 2014 +0000
4 Commit: Jason Zaman <gentoo <AT> perfinion <DOT> com>
5 CommitDate: Wed Dec 3 08:43:33 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=023ffc02
7
8 zabbix: syntax error in zabbix_admin
9
10 ---
11 policy/modules/contrib/zabbix.if | 6 +++---
12 1 file changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/policy/modules/contrib/zabbix.if b/policy/modules/contrib/zabbix.if
15 index dd63de0..29d87d7 100644
16 --- a/policy/modules/contrib/zabbix.if
17 +++ b/policy/modules/contrib/zabbix.if
18 @@ -138,9 +138,9 @@ interface(`zabbix_agent_tcp_connect',`
19 #
20 interface(`zabbix_admin',`
21 gen_require(`
22 - type zabbix_t, zabbix_log_t, zabbix_var_run_t;
23 - type zabbix_initrc_exec_t, zabbit_agent_initrc_exec_t, zabbix_tmp_t;
24 - type zabbit_tmpfs_t;
25 + type zabbix_t, zabbix_agent_t, zabbix_log_t, zabbix_var_run_t;
26 + type zabbix_initrc_exec_t, zabbix_agent_initrc_exec_t, zabbix_tmp_t;
27 + type zabbix_tmpfs_t;
28 ')
29
30 allow $1 { zabbix_t zabbix_agent_t }:process { ptrace signal_perms };