summaryrefslogtreecommitdiff
path: root/sepolicy/init.te
blob: 0b93bc13fb80fc7fd513ea931afe530a7e0c7481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
userdebug_or_eng(`
    allow init su:process { transition dyntransition rlimitinh siginh };
')

allow init self:capability { sys_module };
allow init self:tcp_socket create;
allow init gatord:process { transition rlimitinh siginh };
allow init kernel:system module_request;

allow init tmpfs:lnk_file create_file_perms;
allow init cache_file:dir mounton;
allow init storage_file:dir mounton;
allow init debugfs:dir mounton;
domain_trans(init, rootfs, linaro)
domain_trans(init, linaro_exec, linaro)