1369dfcaad
A default set of options are available, but can override in a fstab overlay entry with upperdir=, lowerdir= to the same mount point, workdir=. The default is a valid /mnt/scratch/overlay/ or /cache/overlay/ directory, with .../<mount_point>/upper and .../<mount_point>/work, associated with each system partition <mount_point>. Test: manual Bug: 109821005 Change-Id: I5662c01fad17d105665be065f6dcd7c3fdc40d95
9 lines
510 B
Text
9 lines
510 B
Text
#############################
|
|
# Overlayfs support directories for userdebug/eng devices
|
|
#
|
|
/cache/overlay/(system|product)/upper u:object_r:system_file:s0
|
|
/cache/overlay/(vendor|odm)/upper u:object_r:vendor_file:s0
|
|
/cache/overlay/oem/upper u:object_r:vendor_file:s0
|
|
/mnt/scratch/overlay/(system|product)/upper u:object_r:system_file:s0
|
|
/mnt/scratch/overlay/(vendor|odm)/upper u:object_r:vendor_file:s0
|
|
/mnt/scratch/overlay/oem/upper u:object_r:vendor_file:s0
|