* commit '5e476c361f45a56a594112a72dedd4ee02c7d0b8': Allow dumpstate to read the list of routing tables.
This commit is contained in:
commit
43613e6b70
1 changed files with 4 additions and 0 deletions
|
@ -92,3 +92,7 @@ allow dumpstate gpu_device:chr_file rw_file_perms;
|
|||
# logd access
|
||||
read_logd(dumpstate)
|
||||
control_logd(dumpstate)
|
||||
|
||||
# Read network state info files.
|
||||
allow dumpstate net_data_file:dir search;
|
||||
allow dumpstate net_data_file:file r_file_perms;
|
||||
|
|
Loading…
Reference in a new issue