mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-29 08:04:44 +00:00
tag all vendor domains that rely on system executables
Bug: 36463595 Test: lunch walleye-userdebug && make sepolicy Change-Id: I7ec48b3109d66f9537e5834933ed28aa76da367e Signed-off-by: Sandeep Patil <sspatil@google.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
type hal_dumpstate_impl, domain;
|
||||
type hal_dumpstate_impl, domain, vendor_executes_system_violators;
|
||||
hal_server_domain(hal_dumpstate_impl, hal_dumpstate)
|
||||
|
||||
type hal_dumpstate_impl_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type init-qcom-devstart-sh, domain;
|
||||
type init-qcom-devstart-sh, domain, vendor_executes_system_violators;
|
||||
type init-qcom-devstart-sh_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
init_daemon_domain(init-qcom-devstart-sh)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type init-insmod-sh, domain;
|
||||
type init-insmod-sh, domain, vendor_executes_system_violators;
|
||||
type init-insmod-sh_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
init_daemon_domain(init-insmod-sh)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type init-qcom-ipastart-sh, domain;
|
||||
type init-qcom-ipastart-sh, domain, vendor_executes_system_violators;
|
||||
type init-qcom-ipastart-sh_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
init_daemon_domain(init-qcom-ipastart-sh)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type init_power, domain;
|
||||
type init_power, domain, vendor_executes_system_violators;
|
||||
type init_power_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
init_daemon_domain(init_power)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# /system/bin/init.radio.sh
|
||||
type init_radio, domain;
|
||||
type init_radio, domain, vendor_executes_system_violators;
|
||||
type init_radio_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
init_daemon_domain(init_radio)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type netmgrd, domain;
|
||||
type netmgrd, domain, vendor_executes_system_violators;
|
||||
type netmgrd_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
net_domain(netmgrd)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type wcnss_service, domain;
|
||||
type wcnss_service, domain, vendor_executes_system_violators;
|
||||
type wcnss_service_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
init_daemon_domain(wcnss_service)
|
||||
|
||||
Reference in New Issue
Block a user