Skip to content
Snippets Groups Projects
Commit 6029d329 authored by Tri Vo's avatar Tri Vo Committed by android-build-merger
Browse files

Merge "Mark shell as system_executes_vendor_violators."

am: 65565c1c

Change-Id: I8b5123d574282c5167dfdcd3b259bb6a89373716
parents 6b2a01a6 65565c1c
No related branches found
No related tags found
No related merge requests found
...@@ -186,6 +186,8 @@ allow shell service_contexts_file:file r_file_perms; ...@@ -186,6 +186,8 @@ allow shell service_contexts_file:file r_file_perms;
allow shell sepolicy_file:file r_file_perms; allow shell sepolicy_file:file r_file_perms;
# Allow shell to start up vendor shell # Allow shell to start up vendor shell
# TODO(b/62041836): system processes should not run vendor executables.
typeattribute shell system_executes_vendor_violators;
allow shell vendor_shell_exec:file rx_file_perms; allow shell vendor_shell_exec:file rx_file_perms;
### ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment