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:
Sandeep Patil
2017-04-15 19:30:07 -07:00
parent 1f85c07202
commit 59b3eaccd3
8 changed files with 8 additions and 8 deletions

View File

@@ -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;

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)