summaryrefslogtreecommitdiffstats
path: root/sepolicy/file_contexts
diff options
context:
space:
mode:
authorrpcraig <rpcraig@tycho.ncsc.mil>2012-11-02 06:46:29 -0400
committerrpcraig <rpcraig@tycho.ncsc.mil>2012-11-02 10:16:01 -0400
commit689e2d37e55abb521216330140d427512bc20de7 (patch)
treea6cd3ad0cf3bf98be7f1c1a4b372396878908b6e /sepolicy/file_contexts
parent6eda037eea4d90eb60152979be1ae8706f3c351a (diff)
downloaddevice_samsung_tuna-689e2d37e55abb521216330140d427512bc20de7.zip
device_samsung_tuna-689e2d37e55abb521216330140d427512bc20de7.tar.gz
device_samsung_tuna-689e2d37e55abb521216330140d427512bc20de7.tar.bz2
SELinux policy additions.
Per-device policy additions targeting the tuna board. Change-Id: Id32453f831a149ced87ad84caa9113177fc1cd83 Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
Diffstat (limited to 'sepolicy/file_contexts')
-rw-r--r--sepolicy/file_contexts30
1 files changed, 30 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts
new file mode 100644
index 0000000..1602cce
--- /dev/null
+++ b/sepolicy/file_contexts
@@ -0,0 +1,30 @@
+#rild
+/data/radio/nv_data.bin.* u:object_r:radio_data_file:s0
+/dev/block/mmcblk0p4 u:object_r:radio_device:s0
+/dev/block/mmcblk0p9 u:object_r:radio_device:s0
+/dev/block/platform/omap/omap_hsmmc.0/by-name/radio u:object_r:radio_device:s0
+/dev/cdma_.* u:object_r:radio_device:s0
+/dev/dsscomp u:object_r:video_device:s0
+/dev/lte_.* u:object_r:radio_device:s0
+/dev/tiler u:object_r:video_device:s0
+/dev/ttyFIQ0 u:object_r:console_device:s0
+/dev/ttyGS0 u:object_r:radio_device:s0
+/dev/ttyGS1 u:object_r:radio_device:s0
+/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
+/factory(/.*)? u:object_r:efs_file:s0
+/factory/bluetooth(/.*)? u:object_r:bluetooth_efs_file:s0
+/factory/nv_data.bin.* u:object_r:radio_data_file:s0
+
+#nfc
+/dev/ttyO3 u:object_r:nfc_device:s0
+
+#The devices and files used by the hciattach service are device specific
+/system/bin/brcm_patchram_plus u:object_r:hci_attach_exec:s0
+/dev/ttyO1 u:object_r:hci_attach_dev:s0
+
+# In Samsung Tuna Board, ttyO0 is for uart driver. gps_device is device specific
+/dev/ttyO0 u:object_r:gps_device:s0