e2fs: Fix avc errors am: e277259f08
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/14057402 Change-Id: If45de2ed7b5537fdff112867048c33ec1ced880b
This commit is contained in:
commit
977d5bc22a
1 changed files with 6 additions and 0 deletions
6
whitechapel/vendor/google/e2fs.te
vendored
Normal file
6
whitechapel/vendor/google/e2fs.te
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
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
|
||||||
|
};
|
Loading…
Add table
Add a link
Reference in a new issue