mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 10:28:38 +00:00
Bug: 196916111 Test: boot with those partition mounted with no avc error Change-Id: I6248be92d19abf37f5b901aa6101436832813f42
7 lines
341 B
Plaintext
7 lines
341 B
Plaintext
allow e2fs persist_block_device:blk_file rw_file_perms;
|
|
allow e2fs efs_block_device:blk_file rw_file_perms;
|
|
allow e2fs modem_userdata_block_device:blk_file rw_file_perms;
|
|
allowxperm e2fs { persist_block_device efs_block_device modem_userdata_block_device }:blk_file ioctl {
|
|
BLKSECDISCARD BLKDISCARD BLKPBSZGET BLKDISCARDZEROES BLKROGET
|
|
};
|