Skip to content
Snippets Groups Projects
Commit fadf6f6b authored by David Brazdil's avatar David Brazdil Committed by android-build-merger
Browse files

Merge \\"dumpstate: Change SELinux policy to allow reading...

Merge \\"dumpstate: Change SELinux policy to allow reading /data/misc/profiles\\" into nyc-mr1-dev am: 3baef130
am: 29347d00

Change-Id: I945b9481d0bc41802f7f1ad1190008e23247d609
parents 6df47960 29347d00
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,14 @@ allow dumpstate cache_recovery_file:file r_file_perms;
allow dumpstate recovery_data_file:dir r_dir_perms;
allow dumpstate recovery_data_file:file r_file_perms;
# Access /data/misc/profiles/{cur,ref}/
userdebug_or_eng(`
allow dumpstate user_profile_data_file:dir r_dir_perms;
allow dumpstate user_profile_data_file:file r_file_perms;
allow dumpstate user_profile_foreign_dex_data_file:dir r_dir_perms;
allow dumpstate user_profile_foreign_dex_data_file:file r_file_perms;
')
# Access /data/misc/logd
userdebug_or_eng(`
allow dumpstate misc_logd_file:dir r_dir_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment