Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/
Date: Sun, 05 Nov 2017 08:01:45
Message-Id: 1509863915.32b741ef487dcaa91d8cefc873a7cbf8c5d581d2.perfinion@gentoo
1 commit: 32b741ef487dcaa91d8cefc873a7cbf8c5d581d2
2 Author: Jason Zaman <jason <AT> perfinion <DOT> com>
3 AuthorDate: Tue Oct 31 05:37:07 2017 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 5 06:38:35 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=32b741ef
7
8 files: fcontext for /etc/zfs/zpool.cache
9
10 policy/modules/kernel/files.fc | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/policy/modules/kernel/files.fc b/policy/modules/kernel/files.fc
14 index e69a0025..6ed84ef9 100644
15 --- a/policy/modules/kernel/files.fc
16 +++ b/policy/modules/kernel/files.fc
17 @@ -72,6 +72,8 @@ ifdef(`distro_suse',`
18 /etc/sysconfig/iptables\.save -- gen_context(system_u:object_r:etc_runtime_t,s0)
19 /etc/sysconfig/firstboot -- gen_context(system_u:object_r:etc_runtime_t,s0)
20
21 +/etc/zfs/zpool.cache -- gen_context(system_u:object_r:etc_runtime_t,s0)
22 +
23 ifdef(`distro_gentoo', `
24 /etc/profile\.env -- gen_context(system_u:object_r:etc_runtime_t,s0)
25 /etc/csh\.env -- gen_context(system_u:object_r:etc_runtime_t,s0)