mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
init: change overlayfs_file rule to dontaudit
Workaround for modem_img being unlabeled after disable-verity. Bug: 193113005 Bug: 221384981 Test: remount with no avc error Change-Id: Ie2479470c095f4ee2a9508714565b1088a8d7dce
This commit is contained in:
committed by
TreeHugger Robot
parent
67e8f968b2
commit
47b4ca882d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user