move vendor_executes_system_violators to userdebug

Bug: 186189967
Test: com.google.android.security.gts.SELinuxHostTest#testNoExemptionsForVendorExecutingCore
Change-Id: I277cec72377b647c9af40e32b5582e30e9e3730e
This commit is contained in:
Adam Shih 2021-04-26 08:41:02 +08:00
parent 707d297dd8
commit 22f18adb26

View file

@ -2,9 +2,9 @@ type sced, domain;
type sced_exec, vendor_file_type, exec_type, file_type; type sced_exec, vendor_file_type, exec_type, file_type;
init_daemon_domain(sced) init_daemon_domain(sced)
userdebug_or_eng(`
typeattribute sced vendor_executes_system_violators; typeattribute sced vendor_executes_system_violators;
userdebug_or_eng(`
hwbinder_use(sced) hwbinder_use(sced)
binder_call(sced, dmd) binder_call(sced, dmd)
binder_call(sced, vendor_telephony_app) binder_call(sced, vendor_telephony_app)