summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Siraswar2018-01-17 15:29:58 -0600
committerYogesh Siraswar2018-01-17 15:29:58 -0600
commit6502befe40ac5922193dde753c8fcc62cd2ae9ad (patch)
tree21c14ab66e7a784fc1f6ef2e29c3af9c32d5e65f /sepolicy/file_contexts
downloaddevice-ti-am43xevm-6502befe40ac5922193dde753c8fcc62cd2ae9ad.tar.gz
device-ti-am43xevm-6502befe40ac5922193dde753c8fcc62cd2ae9ad.tar.xz
device-ti-am43xevm-6502befe40ac5922193dde753c8fcc62cd2ae9ad.zip
am43xevm device filed-marshmallow-mr3-release
These file were verified on AM438x EVM: 1) Android 6AM1.3 release 2) 4.4 kernel Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'sepolicy/file_contexts')
-rw-r--r--sepolicy/file_contexts49
1 files changed, 49 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts
new file mode 100644
index 0000000..8e31df1
--- /dev/null
+++ b/sepolicy/file_contexts
@@ -0,0 +1,49 @@
1#Bluettoth tty device
2#/dev/hci_tty u:object_r:bluetooth_control:s0
3#/dev/ttyS2 u:object_r:hci_attach_dev:s0
4#/system/bin/uim-sysfs u:object_r:hci_attach_exec:s0
5
6#Console
7/dev/ttyS2 u:object_r:console_device:s0
8
9#Graphics
10/dev/dri/card0 u:object_r:gpu_device:s0
11/dev/dri/controlD64 u:object_r:gpu_device:s0
12/dev/dri/renderD128 u:object_r:gpu_device:s0
13/dev/pvr_sync u:object_r:gpu_device:s0
14/dev/sw_sync u:object_r:gpu_device:s0
15
16/system/vendor/bin/pvrsrvctl u:object_r:pvr_exec:s0
17/system/vendor/bin/pvrsrvinit u:object_r:pvr_exec:s0
18
19#rpmsg
20/dev/rpmsg-dce u:object_r:rpmsg_device:s0
21
22#Real Time Clock
23/dev/rtc0 u:object_r:rtc:s0
24
25#cpuset script
26/system/bin/init.am43xevmboard.cpuset.sh u:object_r:init-cpuset-sh_exec:s0
27
28#lad_dra7xx
29/system/bin/lad_dra7xx u:object_r:lad_dra7xx_exec:s0
30/data/lad(/.*)? u:object_r:lad_data_file:s0
31
32#hwspinlock and uio
33/dev/hwspinlock u:object_r:hwspinlock_dev:s0
34/dev/uio0 u:object_r:uio_dev:s0
35
36#VIS (RadioApp)
37/system/bin/RadioApp u:object_r:vis_exec:s0
38
39#I2C
40/dev/i2c-[0-9]+ u:object_r:i2c_dev:s0
41
42#CMEM
43/dev/cmem u:object_r:cmem_dev:s0
44
45#Block devices
46/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/system u:object_r:system_block_device:s0
47/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/recovery u:object_r:recovery_block_device:s0
48/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/cache u:object_r:cache_block_device:s0
49/dev/block/platform/44000000.ocp/480b4000.mmc/by-name/userdata u:object_r:userdata_block_device:s0