Gentoo Archives: gentoo-commits

From: Jason Zaman <gentoo@×××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:adminroles commit in: policy/modules/contrib/
Date: Wed, 03 Dec 2014 12:56:33
Message-Id: 1417596199.73ef58b0056f5406b4a8911385b2b8beb35c7f92.perfinion@gentoo
1 commit: 73ef58b0056f5406b4a8911385b2b8beb35c7f92
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Wed Nov 26 06:39:00 2014 +0000
4 Commit: Jason Zaman <gentoo <AT> perfinion <DOT> com>
5 CommitDate: Wed Dec 3 08:43:19 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=73ef58b0
7
8 condor: syntax error in condor_admin
9
10 ---
11 policy/modules/contrib/condor.if | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/policy/modules/contrib/condor.if b/policy/modules/contrib/condor.if
15 index 881d92f..c80aaf5 100644
16 --- a/policy/modules/contrib/condor.if
17 +++ b/policy/modules/contrib/condor.if
18 @@ -58,7 +58,7 @@ template(`condor_domain_template',`
19 interface(`condor_admin',`
20 gen_require(`
21 attribute condor_domain;
22 - type condor_initrc_exec_config_t, condor_log_t;
23 + type condor_initrc_exec_t, condor_log_t;
24 type condor_var_lib_t, condor_var_lock_t, condor_schedd_tmp_t;
25 type condor_var_run_t, condor_startd_tmp_t, condor_conf_t;
26 ')