mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Remove vendor_executes_system_violator attribute
Bug: 62385687 Test: No svc denial error, wifi is working fine. Change-Id: I47cad9cab9b2e60ccf4b692daae7042b44804b05
This commit is contained in:
6
sepolicy/vendor/wcnss_service.te
vendored
6
sepolicy/vendor/wcnss_service.te
vendored
@@ -1,4 +1,4 @@
|
||||
type wcnss_service, domain, vendor_executes_system_violators;
|
||||
type wcnss_service, domain;
|
||||
type wcnss_service_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
init_daemon_domain(wcnss_service)
|
||||
@@ -9,8 +9,8 @@ binder_call(wcnss_service, per_mgr)
|
||||
|
||||
allow wcnss_service per_mgr_service:service_manager find;
|
||||
|
||||
allow wcnss_service shell_exec:file rx_file_perms;
|
||||
allow wcnss_service toolbox_exec:file rx_file_perms;
|
||||
allow wcnss_service vendor_shell_exec:file rx_file_perms;
|
||||
allow wcnss_service vendor_toolbox_exec:file rx_file_perms;
|
||||
|
||||
allow wcnss_service proc_net:file w_file_perms;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user