Fix overlayfs avc denied am: d328008234
am: decd3637ef
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/15211714 Change-Id: If6f477868e87783be4621ef109258521f43d0ea0
This commit is contained in:
commit
86a1fff3a1
2 changed files with 5 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
# b/192617244
|
||||
dontaudit init overlayfs_file:file rename;
|
5
whitechapel/vendor/google/init.te
vendored
5
whitechapel/vendor/google/init.te
vendored
|
@ -18,3 +18,8 @@ allow init ram_device:blk_file w_file_perms;
|
|||
allow init per_boot_file:file ioctl;
|
||||
allowxperm init per_boot_file:file ioctl { F2FS_IOC_SET_PIN_FILE };
|
||||
allow init sysfs_scsi_devices_0000:file w_file_perms;
|
||||
|
||||
userdebug_or_eng(`
|
||||
allow init overlayfs_file:file { rename };
|
||||
allow init overlayfs_file:chr_file { unlink };
|
||||
')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue