Merge "Allow profcollectd to read bootstrap bionic libs" am: 3dad1d73fa

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1602473

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I572e7753019dffe04b8690201a02655517221424
This commit is contained in:
Yi Kong 2021-02-24 05:07:41 +00:00 committed by Automerger Merge Worker
commit 8c20234f2e

View file

@ -18,6 +18,7 @@ userdebug_or_eng(`
# Allow profcollectd to read executable binaries.
allow profcollectd system_file_type:file r_file_perms;
allow profcollectd vendor_file_type:file r_file_perms;
allow profcollectd system_bootstrap_lib_file:file r_file_perms;
# Allow profcollectd to access tracefs.
allow profcollectd debugfs_tracing:dir r_dir_perms;