aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/pvrsrvinit.te
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2015-07-18 17:59:44 +0200
committerAndreas Blaesius <skate4life@gmx.de>2015-07-31 11:46:21 -0700
commitaef65ac5b00bd1948816abae5232e70ee126e844 (patch)
treedf61e06ea980146735326432eaab398da6728342 /selinux/pvrsrvinit.te
parent97c8812fa1683f97cec6e549dfbe91732544c3b4 (diff)
downloaddevice_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/pvrsrvinit.te')
-rw-r--r--selinux/pvrsrvinit.te16
1 files changed, 0 insertions, 16 deletions
diff --git a/selinux/pvrsrvinit.te b/selinux/pvrsrvinit.te
deleted file mode 100644
index 3d82777..0000000
--- a/selinux/pvrsrvinit.te
+++ /dev/null
@@ -1,16 +0,0 @@
-# pvrsrvinit
-type pvrsrvinit, domain;
-type pvrsrvinit_exec, exec_type, file_type;
-
-init_daemon_domain(pvrsrvinit)
-
-allow pvrsrvinit gpu_device:chr_file rw_file_perms;
-allow pvrsrvinit kernel:system module_request;
-allow pvrsrvinit self:capability { sys_module };
-allow pvrsrvinit system_file:file x_file_perms;
-allow pvrsrvinit shell_exec:file rx_file_perms;
-allow pvrsrvinit pvrsrvinit_exec:file rx_file_perms;
-allow pvrsrvinit property_socket:sock_file write;
-allow pvrsrvinit init:unix_stream_socket connectto;
-allow pvrsrvinit block_device:dir search;
-allow pvrsrvinit gpu_device:chr_file { read write ioctl open };