12daaee8a5
Change-Id: I41d4c25d9d6246cd2ca0a8ff3b5a4e114e3bc4d4
12 lines
319 B
Plaintext
12 lines
319 B
Plaintext
type sysinit, domain;
|
|
type sysinit_exec, exec_type, file_type;
|
|
|
|
init_daemon_domain(sysinit)
|
|
|
|
#============= sysinit ==============
|
|
allow sysinit devpts:chr_file { rw_file_perms };
|
|
allow sysinit shell_exec:file { rx_file_perms };
|
|
allow sysinit system_file:file { rx_file_perms };
|
|
allow sysinit self:process setcurrent;
|
|
|