aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/pvrsrvinit.te
diff options
context:
space:
mode:
authorMichael Gernoth <michael@gernoth.net>2015-01-06 18:15:33 +0100
committerAndreas Blaesius <skate4life@gmx.de>2015-01-06 21:28:18 +0100
commitaab64a6c76c38f216b9b231c5b504b80bcb66fb3 (patch)
tree986ebca7b542981a9119dc1530db85fe73443405 /selinux/pvrsrvinit.te
parent000e1262e965cdf1bf65a335160e64096fb0d5b5 (diff)
downloaddevice_samsung_espresso3g-aab64a6c76c38f216b9b231c5b504b80bcb66fb3.zip
device_samsung_espresso3g-aab64a6c76c38f216b9b231c5b504b80bcb66fb3.tar.gz
device_samsung_espresso3g-aab64a6c76c38f216b9b231c5b504b80bcb66fb3.tar.bz2
sepolicy: allow pvrsrvinit to talk to the GPU
Change-Id: I39e7ac945cbe6aff5c8d2496374645c7c28fa2da
Diffstat (limited to 'selinux/pvrsrvinit.te')
-rw-r--r--selinux/pvrsrvinit.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/selinux/pvrsrvinit.te b/selinux/pvrsrvinit.te
index ae1ee0b..3d82777 100644
--- a/selinux/pvrsrvinit.te
+++ b/selinux/pvrsrvinit.te
@@ -4,6 +4,7 @@ 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;