android_device_samsung_msm8.../sepolicy/wifiloader.te

13 lines
267 B
Text
Raw Normal View History

2018-07-19 12:50:09 +02:00
#### wifiloader
#
type wifiloader, domain;
type wifiloader_exec, exec_type, file_type;
init_daemon_domain(wifiloader)
allow wifiloader proc:file r_file_perms;
# load .ko modules
allow kernel self:capability sys_module;
allow wifiloader self:capability sys_module;