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: Thu, 23 Jan 2014 20:00:50
Message-Id: 1390507168.fd503e738031c7084c6ccdc8076d44299055388d.swift@gentoo
1 commit: fd503e738031c7084c6ccdc8076d44299055388d
2 Author: Chris PeBenito <cpebenito <AT> tresys <DOT> com>
3 AuthorDate: Tue Jan 21 13:52:24 2014 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 23 19:59:28 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=fd503e73
7
8 Remove ZFS symlink labeling.
9
10 ---
11 policy/modules/kernel/storage.fc | 1 -
12 1 file changed, 1 deletion(-)
13
14 diff --git a/policy/modules/kernel/storage.fc b/policy/modules/kernel/storage.fc
15 index 4315bd5..4ba2184 100644
16 --- a/policy/modules/kernel/storage.fc
17 +++ b/policy/modules/kernel/storage.fc
18 @@ -81,7 +81,6 @@ ifdef(`distro_redhat', `
19
20 /dev/zfs -c gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)
21 /dev/zpios -c gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)
22 -/dev/zvol(/.*)? -l gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)
23 /dev/zd.* -b gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)
24
25 /lib/udev/devices/loop.* -b gen_context(system_u:object_r:fixed_disk_device_t,mls_systemhigh)