summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/pvr.te')
-rw-r--r--sepolicy/pvr.te11
1 files changed, 11 insertions, 0 deletions
diff --git a/sepolicy/pvr.te b/sepolicy/pvr.te
new file mode 100644
index 0000000..fe4bf37
--- /dev/null
+++ b/sepolicy/pvr.te
@@ -0,0 +1,11 @@
1type pvr, domain;
2type pvr_exec, exec_type, file_type;
3
4# Started by init
5init_daemon_domain(pvr)
6
7# allow access to /dev/dri/
8allow pvr gpu_device:chr_file rw_file_perms;
9
10# allow graphics driver initialization
11allow pvr self:capability sys_module;