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:34
Message-Id: 1417596199.c0443c2bf50696969c5534eab62caf5c3fd2d4cd.perfinion@gentoo
1 commit: c0443c2bf50696969c5534eab62caf5c3fd2d4cd
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Wed Nov 26 06:39:01 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=c0443c2b
7
8 distcc: syntax error in distcc_admin
9
10 ---
11 policy/modules/contrib/distcc.if | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/policy/modules/contrib/distcc.if b/policy/modules/contrib/distcc.if
15 index 24d8c74..473823d 100644
16 --- a/policy/modules/contrib/distcc.if
17 +++ b/policy/modules/contrib/distcc.if
18 @@ -20,7 +20,7 @@
19 interface(`distcc_admin',`
20 gen_require(`
21 type distccd_t, distccd_t, distccd_log_t;
22 - type disccd_var_run_t, distccd_tmp_t, distccd_initrc_exec_t;
23 + type distccd_var_run_t, distccd_tmp_t, distccd_initrc_exec_t;
24 ')
25
26 allow $1 distccd_t:process { ptrace signal_perms };