Merge "Suppress avc denials due to missing kernel config on mixed version boot test"
This commit is contained in:
commit
aae6eb6908
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
Loading…
Reference in a new issue