xiao.liu 38b4858be6 [ALPS04726173] Add AB partition some partition RW permission
[Solution]
add device/mediatek/sepolicy/basic/non_plat/fastbootd.te

MTK-Commit-Id: 5529b3e558d2809977f66e3a37a43c72ad948280

Change-Id: Ie24496994f4a025850b4020066a62f13c1383f1f
CR-Id: ALPS04726173
Feature: [Android Default] Fastboot
2020-01-18 10:18:30 +08:00

19 lines
333 B
Plaintext

# fastbootd (used in recovery init.rc for /sbin/fastbootd)
allow fastbootd {
cache_block_device
logo_block_device
para_block_device
}:blk_file { rw_file_perms };
allowxperm fastbootd {
cache_block_device
logo_block_device
para_block_device
}:blk_file ioctl {
BLKSECDISCARD
BLKDISCARD
};