[Devel] [PATCH RH9 09/14] configs: add/enable options for overlayfs paths absolute resolution

Andrey Zhadchenko andrey.zhadchenko at virtuozzo.com
Mon Oct 4 12:17:24 MSK 2021


From: Konstantin Khorenko <khorenko at virtuozzo.com>

+OVERLAY_FS_DYNAMIC_RESOLVE_PATH_OPTIONS=y
+OVERLAY_FS_PATH_OPTIONS_MNT_ID=y

https://jira.sw.ru/browse/PSBM-58614

Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>

(cherry picked from vz8 commit 1ddb5feca1689e0d280fb94a4d6463ce4bd7bdfe)
Signed-off-by: Andrey Zhadchenko <andrey.zhadchenko at virtuozzo.com>
---
 .../generic/CONFIG_OVERLAY_FS_DYNAMIC_RESOLVE_PATH_OPTIONS               | 1 +
 .../custom-overrides/generic/CONFIG_OVERLAY_FS_PATH_OPTIONS_MNT_ID       | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 redhat/configs/custom-overrides/generic/CONFIG_OVERLAY_FS_DYNAMIC_RESOLVE_PATH_OPTIONS
 create mode 100644 redhat/configs/custom-overrides/generic/CONFIG_OVERLAY_FS_PATH_OPTIONS_MNT_ID

diff --git a/redhat/configs/custom-overrides/generic/CONFIG_OVERLAY_FS_DYNAMIC_RESOLVE_PATH_OPTIONS b/redhat/configs/custom-overrides/generic/CONFIG_OVERLAY_FS_DYNAMIC_RESOLVE_PATH_OPTIONS
new file mode 100644
index 0000000..ac04608
--- /dev/null
+++ b/redhat/configs/custom-overrides/generic/CONFIG_OVERLAY_FS_DYNAMIC_RESOLVE_PATH_OPTIONS
@@ -0,0 +1 @@
+CONFIG_OVERLAY_FS_DYNAMIC_RESOLVE_PATH_OPTIONS=y
diff --git a/redhat/configs/custom-overrides/generic/CONFIG_OVERLAY_FS_PATH_OPTIONS_MNT_ID b/redhat/configs/custom-overrides/generic/CONFIG_OVERLAY_FS_PATH_OPTIONS_MNT_ID
new file mode 100644
index 0000000..07ac1f8
--- /dev/null
+++ b/redhat/configs/custom-overrides/generic/CONFIG_OVERLAY_FS_PATH_OPTIONS_MNT_ID
@@ -0,0 +1 @@
+CONFIG_OVERLAY_FS_PATH_OPTIONS_MNT_ID=y
-- 
1.8.3.1



More information about the Devel mailing list