diff --git a/non_plat/fastbootd.te b/non_plat/fastbootd.te index c9ef358..cb6708d 100644 --- a/non_plat/fastbootd.te +++ b/non_plat/fastbootd.te @@ -2,17 +2,24 @@ allow fastbootd { + bootdevice_block_device cache_block_device logo_block_device para_block_device }:blk_file { rw_file_perms }; +allow fastbootd { + sysfs_boot_type +}:file { rw_file_perms }; + allowxperm fastbootd { + bootdevice_block_device cache_block_device logo_block_device para_block_device }:blk_file ioctl { BLKSECDISCARD BLKDISCARD + MMC_IOCTLCMD };