blob: f7f005179ce120bbff1202b6ab2f4944cf3dfe86 (
plain)
1
2
3
4
5
6
7
|
allow netmgrd sysfs_msm_subsys:dir search;
allow netmgrd sysfs_msm_subsys:file { open read };
allow netmgrd sysfs_net:dir search;
allow netmgrd sysfs_net:file rw_file_perms;
allow netmgrd sysfs_soc:dir search;
allow netmgrd property_socket:sock_file write;
allow netmgrd init:unix_stream_socket connectto;
|