Merge "Update overlayfs patch series reference"

am: 3a970945c9

Change-Id: I629dffc3bae2acf8b684f019c17ec70d7a389dab
This commit is contained in:
Mark Salyzyn 2019-07-24 17:27:47 -07:00 committed by android-build-merger
commit ea30c45dbf

View file

@ -95,8 +95,8 @@ Caveats
- Kernel must have CONFIG_OVERLAY_FS=y and will need to be patched - Kernel must have CONFIG_OVERLAY_FS=y and will need to be patched
with "*overlayfs: override_creds=off option bypass creator_cred*" with "*overlayfs: override_creds=off option bypass creator_cred*"
if kernel is 4.4 or higher. if kernel is 4.4 or higher.
The patch is available on the upstream mailing list and the latest as of The patch series is available on the upstream mailing list and the latest as
Feb 8 2019 is https://lore.kernel.org/patchwork/patch/1009299/. of Jul 24 2019 is https://lore.kernel.org/patchwork/patch/1104577/.
This patch adds an override_creds _mount_ option to overlayfs that This patch adds an override_creds _mount_ option to overlayfs that
permits legacy behavior for systems that do not have overlapping permits legacy behavior for systems that do not have overlapping
sepolicy rules, principals of least privilege, which is how Android behaves. sepolicy rules, principals of least privilege, which is how Android behaves.