blob: 2e8ec9475ed543cf41d2d2868a1286f41c988288 (
plain)
1
2
3
4
5
6
7
8
9
10
|
type wcg_mac, domain;
type wcg_mac_exec, exec_type, vendor_file_type, file_type;
# Allow for transition from init domain to wcg_mac
init_daemon_domain(wcg_mac)
# Allow wcg_mac to set sys.wifimac
set_prop(wcg_mac, wcg_prop)
allow wcg_mac proc:file { open read };
|