aboutsummaryrefslogtreecommitdiffstats
path: root/sepolicy/init.te
blob: 61d39c217c8c4815cec21fe53959b3ac80b44d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
# allow insmod
allow init self:capability sys_module;

# chmod/chown rfkill device
allow init sysfs_bluetooth_writable:file getattr;

# allow creating /sdcard symlink
allow init tmpfs:lnk_file create;

# For mounting debugfs
allow init debugfs:dir mounton;