init: change overlayfs_file rule to dontaudit am: 47b4ca882d

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/17102583

Change-Id: I57c63f5fdcd3f97e1fe8788031842b395ff63b6f
This commit is contained in:
Adam Shih 2022-03-07 22:09:48 +00:00 committed by Automerger Merge Worker
commit 1797d3c16a
2 changed files with 4 additions and 2 deletions

View file

@ -1,2 +0,0 @@
# b/221384981
dontaudit init overlayfs_file:file { rename };

View file

@ -15,3 +15,7 @@ allow init modem_efs_file:dir mounton;
allow init modem_userdata_file:dir mounton;
allow init ram_device:blk_file w_file_perms;
allow init sysfs_scsi_devices_0000:file w_file_perms;
# Workaround for b/193113005 that modem_img unlabeled after disable-verity
dontaudit init overlayfs_file:file rename;
dontaudit init overlayfs_file:chr_file unlink;