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: If23f46cc3e47c9496310bd9081d0a7461e49eee0
This commit is contained in:
Jinting Lin 2022-03-04 01:56:04 +00:00 committed by Automerger Merge Worker
commit b463b5aa9f

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;
')