Allow to format zoned device w/o dm-default-key
Bug: 197782466 Change-Id: Id8afd1afef61303087ca54f4d4bb109efa98e381 Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
This commit is contained in:
parent
b9a2339bf8
commit
38c89acec4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ allow e2fs userdata_block_device:blk_file rw_file_perms;
|
|||
allow e2fs metadata_block_device:blk_file rw_file_perms;
|
||||
allow e2fs dm_device:blk_file rw_file_perms;
|
||||
allow e2fs zoned_block_device:blk_file rw_file_perms;
|
||||
allowxperm e2fs { userdata_block_device metadata_block_device dm_device }:blk_file ioctl {
|
||||
allowxperm e2fs { userdata_block_device metadata_block_device dm_device zoned_block_device }:blk_file ioctl {
|
||||
BLKSECDISCARD BLKDISCARD BLKPBSZGET BLKDISCARDZEROES BLKROGET BLKREPORTZONE BLKRESETZONE
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue