15 lines
562 B
Plaintext
15 lines
562 B
Plaintext
|
# ==============================================
|
||
|
# MTK Policy Rule
|
||
|
# ==============================================
|
||
|
|
||
|
# Date : WK17.32
|
||
|
# Operation : Migration
|
||
|
# Purpose : create ext4 images for protect1/protect2/persist/nvdata/nvcfg block devices.
|
||
|
allow e2fs protect1_block_device:blk_file rw_file_perms;
|
||
|
allow e2fs protect2_block_device:blk_file rw_file_perms;
|
||
|
allow e2fs persist_block_device:blk_file rw_file_perms;
|
||
|
allow e2fs nvdata_device:blk_file rw_file_perms;
|
||
|
allow e2fs nvcfg_block_device:blk_file rw_file_perms;
|
||
|
|
||
|
allow e2fs devpts:chr_file {read write};
|