allow to convert /efs to f2fs

Bug: 201348703
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
Change-Id: If69f1443a0ee4d46a468a33524e8a51f774b2d28
This commit is contained in:
Jaegeuk Kim 2021-10-12 14:17:03 -07:00 committed by TreeHugger Robot
parent 54b0addb16
commit bf900e2ae5

View file

@ -6,5 +6,6 @@ init_daemon_domain(convert-to-f2fs-sh)
allow convert-to-f2fs-sh vendor_file:file execute_no_trans;
allow convert-to-f2fs-sh persist_block_device:blk_file r_file_perms;
allow convert-to-f2fs-sh efs_block_device:blk_file r_file_perms;
allow convert-to-f2fs-sh block_device:dir search;
allow convert-to-f2fs-sh kernel:process setsched;