summaryrefslogtreecommitdiff
path: root/common/sepolicy/fsck.te (plain)
blob: cfc5eaaca9f993de826163414dbc31ec5ca18c23
1#allow fsck block_device:blk_file { getattr read write };
2allow fsck tmpfs:blk_file { getattr read write open ioctl };
3
4allow fsck { vold_block_device param_block_device drm_block_device tee_block_device }:blk_file { getattr read write open ioctl };
5
6allow fsck { vendor_block_device odm_block_device userdata_block_device }:blk_file { getattr read write open ioctl };
7
8allow fsck { system_block_fsck_device }:blk_file { getattr read write open ioctl };
9
10allow fsck rootfs:lnk_file { getattr };