mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-05 16:07:47 -04:00
11 lines
262 B
Text
11 lines
262 B
Text
# 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;
|