summaryrefslogtreecommitdiffstats
path: root/sepolicy/pvrsrvinit.te
blob: 8b388a0d2d7c1a45e07e6e3516a49c057eb86044 (plain)
1
2
3
4
5
6
7
8
# 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;