aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/idd.te
blob: 218bc0c60126f449f9be0db1174788a903e5a3d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
type iddd, domain; 

type iddd_exec, exec_type, file_type; 
init_daemon_domain(iddd)

allow iddd self:socket create_socket_perms;
allow iddd iddd_file:fifo_file rw_file_perms;
allow iddd iddd_file:file rw_file_perms;
allow iddd iddd_file:dir rw_file_perms;

type_transition iddd system_data_file:file iddd_file;

type credmgr, domain;
type credmgr_exec, exec_type, file_type;
init_daemon_domain(credmgr);