Merge "Don't audit dumpstate reading /mnt/user, /mnt/installer."

This commit is contained in:
Martijn Coenen 2020-02-06 12:37:24 +00:00 committed by Gerrit Code Review
commit 55b7ccd989

View File

@ -302,11 +302,13 @@ allow dumpstate linkerconfig_file:dir { read open };
dontaudit dumpstate {
mnt_vendor_file
mirror_data_file
mnt_user_file
}:dir search;
dontaudit dumpstate {
apex_mnt_dir
linkerconfig_file
mirror_data_file
mnt_user_file
}:dir getattr;
# Allow dumpstate to talk to bufferhubd over binder