diff options
author | Sandeep Patil <sspatil@google.com> | 2017-04-14 17:49:05 -0700 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-09 01:31:37 +0200 |
commit | 654ffe0d79d75db93f3dab124386fcae92eacfd3 (patch) | |
tree | 6867b1b5167bf073439f4e33fcfc33d560fadf76 /sepolicy/file.te | |
parent | da427996570c7ec070e61d191e0fc8d0db778bcf (diff) |
netmgrd: use netutils_wrappers
Add required permissions for netmgrd to use the new netutils wrappers
Bug: 36463595
Test: boot sailfish, test LTE, wifi, wifi calling and phone calls work
Change-Id: I5894ee2659f97fce4f4f2b16c54c10f42484b454
Signed-off-by: Sandeep Patil <sspatil@google.com>
Diffstat (limited to 'sepolicy/file.te')
-rw-r--r-- | sepolicy/file.te | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sepolicy/file.te b/sepolicy/file.te index 86b1097..8a2c9ed 100644 --- a/sepolicy/file.te +++ b/sepolicy/file.te @@ -5,6 +5,10 @@ type sysfs_fpc_irq, sysfs_type, fs_type; type sysfs_fpc_proximity, sysfs_type, fs_type; type sysfs_fpc_utouch_disable, fs_type, sysfs_type; type thermal_data_file, data_file_type, file_type; +type netmgr_data_file, file_type, data_file_type; +type sysfs_msm_subsys, sysfs_type, fs_type; +type sysfs_msm_subsys_restart, sysfs_type, fs_type; +type sysfs_net, sysfs_type, fs_type, mlstrustedobject; # /vendor type idc_file, file_type, vendor_file_type; |