Skip to content
Snippets Groups Projects
Commit 51c3eb6a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Allow heapprofd to read system_file_type."

parents 8155b44a 3f8c271d
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,10 @@ userdebug_or_eng(`
# Executables and libraries.
# These are needed to read the ELF binary data needed for unwinding.
allow heapprofd system_file:file r_file_perms;
allow heapprofd apk_data_file:file r_file_perms;
allow heapprofd dalvikcache_data_file:file r_file_perms;
allow heapprofd vendor_file_type:file r_file_perms;
r_dir_file(heapprofd, system_file_type)
r_dir_file(heapprofd, apk_data_file)
r_dir_file(heapprofd, dalvikcache_data_file)
r_dir_file(heapprofd, vendor_file_type)
')
# Write trace data to the Perfetto traced damon. This requires connecting to its
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment