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

8 lines
413 B
Text
Executable file

#============= e2fs ==============
#allow e2fs block_device:blk_file read;
allow e2fs cache_block_device:blk_file { getattr ioctl open read write };
allow e2fs userdata_block_device:blk_file { getattr ioctl read write };
allow e2fs devpts:chr_file { getattr ioctl read write };
allow e2fs sysfs_fs_ext4_features:dir search;
allow e2fs system_block_device:blk_file getattr;
allow e2fs dm_device:blk_file getattr;