Skip to content
Snippets Groups Projects
Commit 9051122e authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Merge "Start tracking platform/vendor data access violations" am: 1acdacc5

am: d0dc1bb6

Change-Id: I1fa7e04b584e846abe6074bcf3a94c1f6af2086c
parents ca709475 d0dc1bb6
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,12 @@ expandattribute socket_between_core_and_vendor_violators false;
attribute vendor_executes_system_violators;
expandattribute vendor_executes_system_violators false;
# All domains which violate the requirement of not sharing files by path
# between between vendor and core domains.
# TODO(b/34980020)
attribute data_between_core_and_vendor_violators;
expandattribute data_between_core_and_vendor_violators false;
# hwservices that are accessible from untrusted applications
# WARNING: Use of this attribute should be avoided unless
# absolutely necessary. It is a temporary allowance to aid the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment