blob: d25c11fb5ba6b8dd14daec1d8bc6c24c9033b758 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
type readmac, domain;
type readmac_exec, exec_type, vendor_file_type, file_type;
# Allow for transition from init domain to readmac
init_daemon_domain(readmac)
# Allow readmac to fully access wlan_mac.bin persist file
allow readmac mnt_vendor_file:dir rw_dir_perms;
allow readmac mnt_vendor_file:file create_file_perms;
allow readmac self:capability dac_override;
allow readmac diag_device:chr_file rw_file_perms;
allow readmac sysfs:file r_file_perms;
|