unplugged-system/device/generic/goldfish/sepolicy/common/dumpstate.te

13 lines
488 B
Plaintext
Raw Normal View History

allow dumpstate hal_neuralnetworks_sample:process signal;
allow dumpstate sysfs_virtio_block:file r_file_perms;
allow dumpstate mnt_media_rw_file:dir { getattr open read };
#allow dumpstate varrun_file:dir { search getattr open read };
dontaudit dumpstate kernel:system module_request;
dontaudit dumpstate device:file { open write };
allow dumpstate nsfs:file getattr;
dontaudit dumpstate varrun_file:dir search;
allow dumpstate vold:binder call;
dontaudit dumpstate apexd:binder call;