commit: 089750c82708d26eb65d01a0f88ee6599d5d1159
Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
AuthorDate: Tue Apr 8 16:11:56 2014 +0000
Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
CommitDate: Tue Apr 8 16:11:56 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=089750c8
Remove duplicate declaration
---
policy/modules/kernel/devices.te | 7 -------
1 file changed, 7 deletions(-)
diff --git a/policy/modules/kernel/devices.te b/policy/modules/kernel/devices.te
index ba79da9..25d28ce 100644
--- a/policy/modules/kernel/devices.te
+++ b/policy/modules/kernel/devices.te
@@ -328,10 +328,3 @@ files_associate_tmp(device_node)
allow devices_unconfined_type self:capability sys_rawio;
allow devices_unconfined_type device_node:{ blk_file chr_file } *;
allow devices_unconfined_type mtrr_device_t:file *;
-
-ifdef(`distro_gentoo',`
- # Support access to /sys/devices/system/cpu/online
- type cpu_online_t;
- files_type(cpu_online_t)
- dev_associate_sysfs(cpu_online_t)
-')