diff --git a/tracking_denials/init.te b/tracking_denials/init.te deleted file mode 100644 index 2dac3b47..00000000 --- a/tracking_denials/init.te +++ /dev/null @@ -1,2 +0,0 @@ -# b/221384981 -dontaudit init overlayfs_file:file { rename }; diff --git a/whitechapel_pro/init.te b/whitechapel_pro/init.te index cfb875f6..3175db8c 100644 --- a/whitechapel_pro/init.te +++ b/whitechapel_pro/init.te @@ -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;