android_device_samsung_msm8.../sepolicy/wifiloader.te
Valera1978 4ef518cb3d init q
2019-10-11 15:28:34 +03:00

12 lines
285 B
Text
Executable file

#### wifiloader
#
type wifiloader, domain;
type wifiloader_exec, exec_type, file_type, vendor_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;