diff options
author | Andreas Blaesius <skate4life@gmx.de> | 2015-07-18 17:59:44 +0200 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2015-07-31 11:46:21 -0700 |
commit | aef65ac5b00bd1948816abae5232e70ee126e844 (patch) | |
tree | df61e06ea980146735326432eaab398da6728342 /selinux/file_contexts | |
parent | 97c8812fa1683f97cec6e549dfbe91732544c3b4 (diff) | |
download | device_samsung_espresso3g-aef65ac5b00bd1948816abae5232e70ee126e844.zip device_samsung_espresso3g-aef65ac5b00bd1948816abae5232e70ee126e844.tar.gz device_samsung_espresso3g-aef65ac5b00bd1948816abae5232e70ee126e844.tar.bz2 |
P51XX: Update SELinux Policies [2/2]
- Move common policies to omap4-common
- remove redundant seclabel in init.espresso10.rc
- address some denials
Change-Id: I396215f3eb1316c3ba96e5eb98a03b98b77543fd
Diffstat (limited to 'selinux/file_contexts')
-rw-r--r-- | selinux/file_contexts | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/selinux/file_contexts b/selinux/file_contexts deleted file mode 100644 index 7c6b3ff..0000000 --- a/selinux/file_contexts +++ /dev/null @@ -1,38 +0,0 @@ -# GFX -/dev/dsscomp u:object_r:video_device:s0 - -# RIL -/dev/umts_boot0 u:object_r:radio_device:s0 -/dev/umts_boot1 u:object_r:radio_device:s0 -/dev/umts_ipc0 u:object_r:radio_device:s0 -/dev/umts_ramdump0 u:object_r:radio_device:s0 -/dev/umts_rfs0 u:object_r:radio_device:s0 - -/dev/block/mmcblk0p8 u:object_r:efs_block_device:s0 - -# Bluetooth -/dev/ttyO1 u:object_r:hci_attach_dev:s0 -/efs/bluetooth/(/.*)? u:object_r:bluetooth_efs_file:s0 - -# GPS -/dev/ttyO0 u:object_r:gps_device:s0 -/system/bin/gpsd u:object_r:gpsd_exec:s0 - -# Sensors -/system/bin/geomagneticd u:object_r:geomagneticd_exec:s0 -/system/bin/orientationd u:object_r:orientationd_exec:s0 - -# Wifi -/dev/rfkill u:object_r:rfkill_device:s0 -/efs/wifi/.mac.info u:object_r:wifi_data_file:s0 - -# System binaries -/system/bin/pvrsrvinit u:object_r:pvrsrvinit_exec:s0 -/system/vendor/bin/pvrsrvinit u:object_r:pvrsrvinit_exec:s0 -/system/vendor/bin/pvrsrvctl_SGX540_120 u:object_r:pvrsrvinit_exec:s0 - -/system/bin/dock_kbd_attach u:object_r:dock_kbd_attach_exec:s0 -/system/bin/smc_pa_ctrl u:object_r:smc_pa_exec:s0 - -# Firmwares -/system/vendor/firmware/ducati-m3.bin u:object_r:firmware_ducati:s0 |