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:55:03
Message-Id: 1417596199.3dc49e7336ef420697a7fa36661518c47e4f4356.perfinion@gentoo
1 commit: 3dc49e7336ef420697a7fa36661518c47e4f4356
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Wed Nov 26 06:39:05 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=3dc49e73
7
8 nut: syntax error in nut_admin
9
10 ---
11 policy/modules/contrib/nut.if | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/policy/modules/contrib/nut.if b/policy/modules/contrib/nut.if
15 index 57c0161..c606ae6 100644
16 --- a/policy/modules/contrib/nut.if
17 +++ b/policy/modules/contrib/nut.if
18 @@ -24,7 +24,7 @@ interface(`nut_admin',`
19 ')
20
21 allow $1 nut_domain:process { ptrace signal_perms };
22 - ps_process_pattern($1, nut_domain_t)
23 + ps_process_pattern($1, nut_domain)
24
25 init_labeled_script_domtrans($1, nut_initrc_exec_t)
26 domain_system_change_exemption($1)