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

Merge "shell: remove from system_executes_vendor_violators." am: 8c8ed1f0

am: 602575ec

Change-Id: I6ad1399b8adf591eea47bcd375f868ef0f313777
parents 6453e913 602575ec
No related branches found
No related tags found
No related merge requests found
......@@ -912,6 +912,7 @@ full_treble_only(`
neverallow {
coredomain
-init
-shell
-system_executes_vendor_violators
} {
vendor_file_type
......@@ -922,6 +923,7 @@ full_treble_only(`
neverallow {
coredomain
-shell
-system_executes_vendor_violators
} vendor_file_type:file execute_no_trans;
')
......
......@@ -190,8 +190,6 @@ allow shell service_contexts_file:file r_file_perms;
allow shell sepolicy_file:file r_file_perms;
# 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;
###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment