Merge "system_dlkm: allow dumpstate/bugreport to getattr"
This commit is contained in:
commit
2c905846fa
1 changed files with 3 additions and 0 deletions
|
@ -120,3 +120,6 @@ allow dumpstate perfetto_traces_bugreport_data_file:file { r_file_perms unlink }
|
||||||
# /dev/null.
|
# /dev/null.
|
||||||
allow perfetto dumpstate_tmpfs:file rw_file_perms;
|
allow perfetto dumpstate_tmpfs:file rw_file_perms;
|
||||||
allow perfetto dumpstate:fd use;
|
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