Skip to content
Snippets Groups Projects
Commit 3103b4b0 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

am: 9051122e

Change-Id: Ie2b629d350e9451eeae2411de8c938170217afbc
parents 67dab989 9051122e
Branches
Tags
No related merge requests found
...@@ -148,6 +148,12 @@ expandattribute socket_between_core_and_vendor_violators false; ...@@ -148,6 +148,12 @@ expandattribute socket_between_core_and_vendor_violators false;
attribute vendor_executes_system_violators; attribute vendor_executes_system_violators;
expandattribute vendor_executes_system_violators false; 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 # hwservices that are accessible from untrusted applications
# WARNING: Use of this attribute should be avoided unless # WARNING: Use of this attribute should be avoided unless
# absolutely necessary. It is a temporary allowance to aid the # 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