Merge "Suppress avc denials due to missing kernel config on mixed version boot test"

This commit is contained in:
Yo Chiang 2021-01-20 02:49:51 +00:00 committed by Gerrit Code Review
commit aae6eb6908

View file

@ -43,3 +43,6 @@ get_prop(installd, apk_verity_prop)
# Allow installd to delete files in /data/staging
allow installd staging_data_file:file unlink;
allow installd staging_data_file:dir { open read remove_name rmdir search write };
# TODO(b/177187042): Remove this when the denials are fixed.
dontaudit installd device:file write;