diff options
author | Andreas Blaesius <skate4life@gmx.de> | 2016-01-30 15:05:03 +0100 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2016-02-21 11:10:39 -0800 |
commit | cde30017970290a17acd1f32a1d48a3095e9a696 (patch) | |
tree | 4e632a4b8a5a0a9c0d22999bbedc1c12a6811188 /sepolicy | |
parent | f012fd264dd91cf4ba77a7d5684ee644b3f10b21 (diff) | |
download | device_samsung_espressowifi-cde30017970290a17acd1f32a1d48a3095e9a696.zip device_samsung_espressowifi-cde30017970290a17acd1f32a1d48a3095e9a696.tar.gz device_samsung_espressowifi-cde30017970290a17acd1f32a1d48a3095e9a696.tar.bz2 |
espresso-common: use common omap4 sepolicy
Change-Id: I4d85fa47287b02c9145006e64e6a8f0100806ca0
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/file_contexts | 2 | ||||
-rw-r--r-- | sepolicy/pvrsrvinit.te | 15 |
2 files changed, 0 insertions, 17 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index b699ab6..8d9d1dd 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -19,7 +19,6 @@ /system/bin/orientationd u:object_r:orientationd_exec:s0 # GFX -/dev/dsscomp u:object_r:video_device:s0 /dev/gcioctl u:object_r:video_device:s0 # RIL @@ -41,7 +40,6 @@ /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/pvrsrvctl_SGX540_120 u:object_r:pvrsrvinit_exec:s0 # Firmwares diff --git a/sepolicy/pvrsrvinit.te b/sepolicy/pvrsrvinit.te deleted file mode 100644 index 689f5a7..0000000 --- a/sepolicy/pvrsrvinit.te +++ /dev/null @@ -1,15 +0,0 @@ -# pvrsrvinit -type pvrsrvinit, domain; -type pvrsrvinit_exec, exec_type, file_type; - -init_daemon_domain(pvrsrvinit) - -allow pvrsrvinit block_device:dir search; -allow pvrsrvinit gpu_device:chr_file rw_file_perms; -allow pvrsrvinit init:unix_stream_socket connectto; -allow pvrsrvinit kernel:system module_request; -allow pvrsrvinit property_socket:sock_file write; -allow pvrsrvinit pvrsrvinit_exec:file rx_file_perms; -allow pvrsrvinit self:capability { sys_module }; -allow pvrsrvinit shell_exec:file rx_file_perms; -allow pvrsrvinit system_file:file x_file_perms; |