You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
306 B

get_prop(vold, vendor_tee_listener_prop)
allow vold sysfs_devices_block:file write;
allow vold sysfs_mmc:file write;
# allow vold to trim /mnt/vendor/persist by sending ioctl FITRIM
allow vold persist_file:dir { ioctl open read };
# generated by proc scan, unnecessary
dontaudit vold proc_irq:dir read;