Move fsck rule to vendor

Bug: 312143882
Test: make selinux_policy
Change-Id: I3d27f928e0c02020d0028a0449f18467ce2a4391
This commit is contained in:
Wilson Sung 2023-12-05 11:29:51 +00:00
parent df5d3cf62d
commit 5ab436f824

5
vendor/fsck.te vendored Normal file
View file

@ -0,0 +1,5 @@
allow fsck persist_block_device:blk_file rw_file_perms;
allow fsck efs_block_device:blk_file rw_file_perms;
allow fsck modem_userdata_block_device:blk_file rw_file_perms;
allow fsck sysfs_scsi_devices_0000:dir r_dir_perms;
allow fsck sysfs_scsi_devices_0000:file r_file_perms;