Skip to content
Snippets Groups Projects
Commit 4d8ea7b4 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 am: 6029d329

am: 236e1b7e

Change-Id: I963a4fd6d26f574137d884b92febea1e7f2926c3
parents ef441de9 236e1b7e
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