commit | 8e16deb94d4e05727b89bf782c2640022746081a | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Tue Jul 14 16:05:33 2015 -0700 |
committer | Evgenii Stepanov <eugenis@google.com> | Tue Jul 14 16:10:35 2015 -0700 |
tree | e0f0177c534b8fb346d3966dc4755b3f85abbd71 | |
parent | f2c4e1283e91f7a91963d1d68a27f515027d97b4 [diff] [blame] |
Add /data/vendor/lib as a library location under ASan. This is in addition to /data/lib. Only affects SANITIZE_TARGET=address builds. Bug: 21785137 Change-Id: Id1983cabb9479ae2d38fb23691de3eba236fe9cb
diff --git a/file_contexts_asan b/file_contexts_asan index c125595..5ffd7e2 100644 --- a/file_contexts_asan +++ b/file_contexts_asan
@@ -1 +1,2 @@ -/data/lib(/.*)? u:object_r:system_file:s0 +/data/lib(/.*)? u:object_r:system_file:s0 +/data/vendor/lib(/.*)? u:object_r:system_file:s0