Message ID | 20221011162912.47796-5-tim.gardner@canonical.com |
---|---|
State | New |
Headers | show |
Series | None | expand |
diff --git a/debian.master/config/annotations b/debian.master/config/annotations index 2dd0484e6cf2..3565ea621f09 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -2,6 +2,9 @@ # FORMAT: 2 # ARCH: x86 arm arm64 s390 powerpc +CONFIG_DEVTMPFS_SAFE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}> +CONFIG_DEVTMPFS_SAFE note<LP: #1991975> + # Mark debugging symbols. # exceptions CONFIG_DEBUG_FS note<required debug option> diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index bda7d224d034..ed696159c3c0 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -2691,6 +2691,7 @@ CONFIG_DEVMEM=y CONFIG_DEVPORT=y CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y +CONFIG_DEVTMPFS_SAFE=y CONFIG_DEV_APPLETALK=m CONFIG_DEV_COREDUMP=y CONFIG_DEV_DAX=m
BugLink: https://bugs.launchpad.net/bugs/1991975 Signed-off-by: Tim Gardner <tim.gardner@canonical.com> --- debian.master/config/annotations | 3 +++ debian.master/config/config.common.ubuntu | 1 + 2 files changed, 4 insertions(+)