aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sepolicy/file_contexts2
-rw-r--r--sepolicy/pvrsrvinit.te15
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;