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:
commit
8c20234f2e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue