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: I5d0bbc490eb3ef4f1fc3f8fd0ceaec8c361705b3
This commit is contained in:
commit
2e18f20056
2 changed files with 4 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
# b/221384981
|
||||
dontaudit init overlayfs_file:file { rename };
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue