Gentoo Archives: gentoo-commits

From: Jason Zaman <gentoo@×××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Wed, 03 Dec 2014 12:54:58
Message-Id: 1417596180.cf39871364351cf39081d785e73b26131b8221db.perfinion@gentoo
1 commit: cf39871364351cf39081d785e73b26131b8221db
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Wed Nov 26 06:38:59 2014 +0000
4 Commit: Jason Zaman <gentoo <AT> perfinion <DOT> com>
5 CommitDate: Wed Dec 3 08:43:00 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=cf398713
7
8 ccs: syntax errors in ccs_admin interface
9
10 ---
11 policy/modules/contrib/ccs.if | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/policy/modules/contrib/ccs.if b/policy/modules/contrib/ccs.if
15 index 5ded72d..bb17e0f 100644
16 --- a/policy/modules/contrib/ccs.if
17 +++ b/policy/modules/contrib/ccs.if
18 @@ -98,8 +98,8 @@ interface(`ccs_manage_config',`
19 interface(`ccs_admin',`
20 gen_require(`
21 type ccs_t, ccs_initrc_exec_t, cluster_conf_t;
22 - type ccs_var_lib_t_t, ccs_var_log_t;
23 - type ccs_var_run_t, ccs_tmp_t;
24 + type ccs_var_lib_t, ccs_var_log_t;
25 + type ccs_var_run_t, ccs_tmp_t, ccs_conf_t;
26 ')
27
28 allow $1 ccs_t:process { ptrace signal_perms };