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

Allow dumpstate to read sysfs_loop files.

This prevents denials while taking a bugreport.

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

Change-Id: Ie190bfa62cf5aa172ebfff8bfd82dea2a7d1a016
parent df9d7832
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,7 @@ allow dumpstate sysfs_type:dir r_dir_perms;
allow dumpstate {
sysfs_dm
sysfs_loop
sysfs_usb
sysfs_zram
}:file r_file_perms;
......
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