summaryrefslogtreecommitdiffstats
path: root/sepolicy/pvrsrvinit.te
diff options
context:
space:
mode:
authorZiyan <jaraidaniel@gmail.com>2016-02-10 20:06:02 +0100
committerZiyan <jaraidaniel@gmail.com>2016-02-10 20:06:02 +0100
commit69f36094647130099a900d156a8eeac8646bd54e (patch)
tree70fd11e2b4cbad5b15cb367118bdeb610a55f9f7 /sepolicy/pvrsrvinit.te
parent8dd9aa9055a8204d1f3083924971b348eeb5804d (diff)
downloaddevice_samsung_tuna-69f36094647130099a900d156a8eeac8646bd54e.zip
device_samsung_tuna-69f36094647130099a900d156a8eeac8646bd54e.tar.gz
device_samsung_tuna-69f36094647130099a900d156a8eeac8646bd54e.tar.bz2
init, sepolicy: inherit from omap4 hardware repo
Change-Id: I3bf6cd86fdcdc948431a018043344620ae141775
Diffstat (limited to 'sepolicy/pvrsrvinit.te')
-rw-r--r--sepolicy/pvrsrvinit.te8
1 files changed, 0 insertions, 8 deletions
diff --git a/sepolicy/pvrsrvinit.te b/sepolicy/pvrsrvinit.te
deleted file mode 100644
index 8b388a0..0000000
--- a/sepolicy/pvrsrvinit.te
+++ /dev/null
@@ -1,8 +0,0 @@
-# pvrsrvinit
-type pvrsrvinit, domain;
-type pvrsrvinit_exec, exec_type, file_type;
-
-init_daemon_domain(pvrsrvinit)
-
-allow pvrsrvinit gpu_device:chr_file { read write ioctl open };
-allow pvrsrvinit self:capability sys_module;