diff --git a/legacy/vendor/common/init_shell.te b/legacy/vendor/common/init_shell.te index 75eaf5d7..537237cf 100644 --- a/legacy/vendor/common/init_shell.te +++ b/legacy/vendor/common/init_shell.te @@ -29,7 +29,9 @@ # Normally these are shell commands or scripts invoked via sh # from an init*.rc file. No service should ever run in this domain. type qti_init_shell, domain; +typealias qti_init_shell alias vendor_qti_init_shell; type qti_init_shell_exec, exec_type, vendor_file_type,file_type; +typealias qti_init_shell_exec alias vendor_qti_init_shell_exec; init_daemon_domain(qti_init_shell)