Skip to content
Snippets Groups Projects
Commit 4f433a04 authored by android-build-prod (mdb)'s avatar android-build-prod (mdb) Committed by Gerrit Code Review
Browse files

Merge "Enforce parent hal attribute hierarchy."

parents 006e160b 8a52c984
No related branches found
No related tags found
No related merge requests found
...@@ -213,7 +213,9 @@ expandattribute hal_$1_client true; ...@@ -213,7 +213,9 @@ expandattribute hal_$1_client true;
attribute hal_$1_server; attribute hal_$1_server;
expandattribute hal_$1_server false; expandattribute hal_$1_server false;
neverallow { hal_$1_server -hal_$1 } domain:process fork;
neverallow { hal_$1_server -halserverdomain } domain:process fork; neverallow { hal_$1_server -halserverdomain } domain:process fork;
neverallow { hal_$1_client -halclientdomain } domain:process fork;
') ')
##################################### #####################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment