summaryrefslogtreecommitdiff
path: root/sepolicy/blkid_untrusted.te (plain)
blob: 5b9318ee797de5dae25af03fa0cdd8f9c0f25700
1# blkid for untrusted block devices
2allow blkid_untrusted vold_block_device:blk_file { getattr read open ioctl };
3allow blkid_untrusted sda_block_device:blk_file { r_file_perms getattr };
4allow blkid_untrusted vold:unix_stream_socket { read write };
5