system_dlkm: allow dumpstate/bugreport to getattr
Bug: 223332748 Bug: 223755339 Test: atest SELinuxHostTest#testNoBugreportDenials Signed-off-by: Ramji Jiyani <ramjiyani@google.com> Change-Id: Ic0bd8f641cd47cc13df8ec9384e44a7e22e1431e
This commit is contained in:
parent
b9314baf97
commit
3b59a537fc
1 changed files with 3 additions and 0 deletions
|
@ -116,3 +116,6 @@ allow dumpstate perfetto_traces_bugreport_data_file:file { r_file_perms unlink }
|
|||
# /dev/null.
|
||||
allow perfetto dumpstate_tmpfs:file rw_file_perms;
|
||||
allow perfetto dumpstate:fd use;
|
||||
|
||||
# system_dlkm_file for /system_dlkm partition
|
||||
allow dumpstate system_dlkm_file:dir getattr;
|
||||
|
|
Loading…
Reference in a new issue