Merge "sepolicy: Adding vendor_qti_init_shell label to legacy"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
a55d07264e
2
legacy/vendor/common/init_shell.te
vendored
2
legacy/vendor/common/init_shell.te
vendored
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user