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:
Ramji Jiyani 2022-03-11 21:21:57 +00:00
parent b9314baf97
commit 3b59a537fc

View file

@ -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;