diff options
author | Andreas Blaesius <skate4life@gmx.de> | 2015-07-18 17:59:44 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-07-31 11:18:17 -0700 |
commit | d9b58b74350bfa8ef34b5634d847097708bb0446 (patch) | |
tree | 20ef8f8b9133ba44da7b93fafaa36f0e13acb564 /sepolicy/file_contexts | |
parent | 1a5fa045b5cac4c39bc044d4c226ec9a3448116d (diff) | |
download | device_samsung_espressowifi-d9b58b74350bfa8ef34b5634d847097708bb0446.zip device_samsung_espressowifi-d9b58b74350bfa8ef34b5634d847097708bb0446.tar.gz device_samsung_espressowifi-d9b58b74350bfa8ef34b5634d847097708bb0446.tar.bz2 |
P31XX: Update SELinux Policies [2/2]
- Move common policies to omap4-common
- remove redundant seclabel in init.espresso.rc
- address some denials
Change-Id: I396215f3eb1316c3ba96e5eb98a03b98b77543fd
Diffstat (limited to 'sepolicy/file_contexts')
-rw-r--r-- | sepolicy/file_contexts | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts new file mode 100644 index 0000000..58bf32a --- /dev/null +++ b/sepolicy/file_contexts @@ -0,0 +1,19 @@ +# Dock +/dev/ttyO3 u:object_r:dock_device:s0 +/system/bin/dock_kbd_attach u:object_r:dock_kbd_attach_exec:s0 + +# DRM +/dev/tf_ctrl u:object_r:smc_device:s0 +/system/bin/smc_pa_ctrl u:object_r:smc_pa_exec:s0 + +# EFS +/dev/block/mmcblk0p1 u:object_r:efs_block_device:s0 +/dev/block/mmcblk0p8 u:object_r:efs_block_device:s0 + +# GPS +/system/bin/gpsd u:object_r:gpsd_exec:s0 + +# Sensors +/data/system/yas*.cfg u:object_r:sensor_data_file:s0 +/system/bin/geomagneticd u:object_r:geomagneticd_exec:s0 +/system/bin/orientationd u:object_r:orientationd_exec:s0 |