Removing netmgrd from permissive mode and into enforcing

Bug: 34784662
Bug: 38261549
Test: netmgrd continues to function properly under enforcing
Change-Id: I763f222ddb9befd9b9e2ae9aff713b5d865c62f7
This commit is contained in:
Max Bires
2017-05-10 19:47:32 -07:00
parent bed4cb170b
commit 593581e7d7

View File

@@ -42,7 +42,3 @@ allow netmgrd system_file:file execute_no_trans;
allow netmgrd self:capability { net_admin net_raw setgid setpcap setuid };
allow netmgrd toolbox_exec:file rx_file_perms;
userdebug_or_eng(`
permissive netmgrd;
')