aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/pvrsrvinit.te
blob: d35bac9c1d0706f6f2df2bceb42f0fc0f1d5c9ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# pvrsrvinit
type pvrsrvinit, domain;
type pvrsrvinit_exec, exec_type, file_type;

init_daemon_domain(pvrsrvinit)

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;