This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_msm8953-common/sepolicy/vendor/init_wifi.te
2020-11-15 21:16:02 +01:00

7 lines
218 B
Plaintext

type init_wifi, domain;
type init_wifi_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(init_wifi)
allow init_wifi sysfs:file { open write };
allow init_wifi vendor_toolbox_exec:file execute_no_trans;