diff --git a/dumpstate.te b/dumpstate.te index 2221222470beda058d604752f8b597859a8518e9..279fd98fb71bdbc5d2b6c65c9d9aad2bfb8fb364 100644 --- a/dumpstate.te +++ b/dumpstate.te @@ -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;