Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/
Date: Sun, 09 Feb 2014 10:54:44
Message-Id: 1391943074.c51b72db7217c4eb8155fd045c30d7a044d1a6e0.swift@gentoo
1 commit: c51b72db7217c4eb8155fd045c30d7a044d1a6e0
2 Author: Chris PeBenito <pebenito <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 14:42:43 2014 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 10:51:14 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=c51b72db
7
8 Move bin_t fc from couchdb to corecommands.
9
10 ---
11 policy/modules/kernel/corecommands.fc | 2 ++
12 policy/modules/kernel/corecommands.te | 2 +-
13 2 files changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/policy/modules/kernel/corecommands.fc b/policy/modules/kernel/corecommands.fc
16 index e5d963f..c2db0f5 100644
17 --- a/policy/modules/kernel/corecommands.fc
18 +++ b/policy/modules/kernel/corecommands.fc
19 @@ -250,6 +250,8 @@ ifdef(`distro_gentoo',`
20 /usr/lib/xfce4/xfconf/xfconfd -- gen_context(system_u:object_r:bin_t,s0)
21 /usr/lib/xfce4/xfwm4/helper-dialog -- gen_context(system_u:object_r:bin_t,s0)
22
23 +/usr/lib/couchdb/erlang/lib/couch-[0-9.]+/priv/couchspawnkillable -- gen_context(system_u:object_r:bin_t,s0)
24 +
25 /usr/lib/debug/bin(/.*)? -- gen_context(system_u:object_r:bin_t,s0)
26 /usr/lib/debug/sbin(/.*)? -- gen_context(system_u:object_r:bin_t,s0)
27 /usr/lib/debug/usr/bin(/.*)? -- gen_context(system_u:object_r:bin_t,s0)
28
29 diff --git a/policy/modules/kernel/corecommands.te b/policy/modules/kernel/corecommands.te
30 index 20c76cf..b0e2fdc 100644
31 --- a/policy/modules/kernel/corecommands.te
32 +++ b/policy/modules/kernel/corecommands.te
33 @@ -1,4 +1,4 @@
34 -policy_module(corecommands, 1.18.1)
35 +policy_module(corecommands, 1.18.2)
36
37 ########################################
38 #