Skip to content
Snippets Groups Projects
Commit 886ba9c9 authored by Joel Galenson's avatar Joel Galenson
Browse files

Allow dumpstate to read some directories.

This prevents denials while taking a bugreport.

Bug: 116711254
Test: cts-tradefed run cts -m CtsSecurityHostTestCases -t
android.security.cts.SELinuxHostTest#testNoBugreportDenials

Change-Id: I64f441eb66c355d03eaf7755f2e9d3e970305ecd
parent 34bd20fb
No related branches found
No related tags found
No related merge requests found
...@@ -205,6 +205,9 @@ userdebug_or_eng(` ...@@ -205,6 +205,9 @@ userdebug_or_eng(`
allow dumpstate misc_logd_file:file r_file_perms; allow dumpstate misc_logd_file:file r_file_perms;
') ')
allow dumpstate app_fuse_file:dir r_dir_perms;
allow dumpstate overlayfs_file:dir r_dir_perms;
allow dumpstate { allow dumpstate {
service_manager_type service_manager_type
-apex_service -apex_service
......
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