[Solution] add device/mediatek/sepolicy/basic/non_plat/fastbootd.te MTK-Commit-Id: 5529b3e558d2809977f66e3a37a43c72ad948280 Change-Id: Ie24496994f4a025850b4020066a62f13c1383f1f CR-Id: ALPS04726173 Feature: [Android Default] Fastboot
19 lines
333 B
Plaintext
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
|
|
};
|
|
|