From 3f39a972108430b02161d161764eed7a001324bd Mon Sep 17 00:00:00 2001 From: Jiangyi Date: Sun, 22 Mar 2015 11:31:17 -0400 Subject: espresso-common: Update SELinux Policies [1/2] Update policies, as well as commonize them here. Big thanks to Andreas B. for starting this off! Note: moved to espresso-common, needs some cleanup later Change-Id: I52c676e1ebd0bfb040cdd10eae429ee94e666fc6 --- sepolicy/device.te | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sepolicy/device.te') diff --git a/sepolicy/device.te b/sepolicy/device.te index d938e5e..314777b 100644 --- a/sepolicy/device.te +++ b/sepolicy/device.te @@ -1,3 +1,5 @@ # Device types type dock_device, dev_type; type smc_device, dev_type; +type efs_block_device, dev_type; +type rfkill_device, dev_type; -- cgit v1.1