allwinner_a64/android/device/softwinner/common/sepolicy/vendor/vold.te
2018-08-08 17:48:24 +08:00

10 lines
511 B
Text
Executable file

allow vold kernel:system module_request;
allow vold self:capability { setgid setuid };
allow vold fuse_device:chr_file { getattr read write open };
allow vold swap_block_device:blk_file getattr;
allow vold storage_stub_file:dir { read open search };
allow vold block_device:blk_file getattr;
allow vold unlabeled:filesystem { mount unmount };
allow vold cache_block_device:blk_file getattr;
allow vold system_block_device:blk_file getattr;
allow vold mnt_media_rw_stub_file:dir {getattr read write open ioctl};