Allow modem diagnostic app to access default prop am: c3612c7097

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/17072663

Change-Id: Iba2f39b55334d40dc8339433b0b955dc29f1be80
This commit is contained in:
Jinting Lin 2022-03-04 01:54:47 +00:00 committed by Automerger Merge Worker
commit b95ad92096

View file

@ -32,4 +32,6 @@ userdebug_or_eng(`
allow modem_diagnostic_app sysfs_batteryinfo:file r_file_perms;
allow modem_diagnostic_app sysfs_batteryinfo:dir search;
dontaudit modem_diagnostic_app default_prop:file r_file_perms;
')