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/contrib/
Date: Thu, 31 Jul 2014 15:28:13
Message-Id: 1406820392.4e8cfae734742c80fa9e3a79994f301046afd1ae.swift@gentoo
1 commit: 4e8cfae734742c80fa9e3a79994f301046afd1ae
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Tue Jul 29 14:14:12 2014 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 31 15:26:32 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=4e8cfae7
7
8 fcontext for /run/resolvconf/
9
10 ---
11 policy/modules/contrib/resolvconf.fc | 2 ++
12 1 file changed, 2 insertions(+)
13
14 diff --git a/policy/modules/contrib/resolvconf.fc b/policy/modules/contrib/resolvconf.fc
15 index a7c9eed..e6a410f 100644
16 --- a/policy/modules/contrib/resolvconf.fc
17 +++ b/policy/modules/contrib/resolvconf.fc
18 @@ -4,3 +4,5 @@
19 /lib/resolvconf(/.*)? gen_context(system_u:object_r:bin_t,s0)
20
21 /sbin/resolvconf -- gen_context(system_u:object_r:resolvconf_exec_t,s0)
22 +
23 +/var/run/resolvconf(/.*)? gen_context(system_u:object_r:resolvconf_var_run_t,s0)