diff options
author | Matthew Smith <matt@offtopica.uk> | 2022-01-30 15:41:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-03 02:21:28 +0000 |
commit | 909ff1217e19ce803fefbd16a67869426232f432 (patch) | |
tree | 0866eedf58fd98f3cf05ab0e105e17a18e266612 /sys-apps | |
parent | www-apps/gitea: drop vulnerable (diff) | |
download | gentoo-909ff1217e19ce803fefbd16a67869426232f432.tar.gz gentoo-909ff1217e19ce803fefbd16a67869426232f432.tar.bz2 gentoo-909ff1217e19ce803fefbd16a67869426232f432.zip |
sys-apps/systemd: Add BINFMT_MISC to CONFIG_CHECK
Required by systemd-binfmt.service.
Closes: https://bugs.gentoo.org/832307
Signed-off-by: Matthew Smith <matt@offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/24023
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/systemd-249.9.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-250.2.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-250.3.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/systemd/systemd-249.9.ebuild b/sys-apps/systemd/systemd-249.9.ebuild index 15691c75a92e..3367ca393987 100644 --- a/sys-apps/systemd/systemd-249.9.ebuild +++ b/sys-apps/systemd/systemd-249.9.ebuild @@ -176,7 +176,7 @@ pkg_pretend() { ewarn "See https://bugs.gentoo.org/674458." fi - local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS + local CONFIG_CHECK="~AUTOFS4_FS ~BINFMT_MISC ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS ~TIMERFD ~TMPFS_XATTR ~UNIX ~USER_NS diff --git a/sys-apps/systemd/systemd-250.2.ebuild b/sys-apps/systemd/systemd-250.2.ebuild index d4624f9759b6..0d675fb07803 100644 --- a/sys-apps/systemd/systemd-250.2.ebuild +++ b/sys-apps/systemd/systemd-250.2.ebuild @@ -181,7 +181,7 @@ pkg_pretend() { ewarn "See https://bugs.gentoo.org/674458." fi - local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS + local CONFIG_CHECK="~AUTOFS4_FS ~BINFMT_MISC ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS ~TIMERFD ~TMPFS_XATTR ~UNIX ~USER_NS diff --git a/sys-apps/systemd/systemd-250.3.ebuild b/sys-apps/systemd/systemd-250.3.ebuild index d4624f9759b6..0d675fb07803 100644 --- a/sys-apps/systemd/systemd-250.3.ebuild +++ b/sys-apps/systemd/systemd-250.3.ebuild @@ -181,7 +181,7 @@ pkg_pretend() { ewarn "See https://bugs.gentoo.org/674458." fi - local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS + local CONFIG_CHECK="~AUTOFS4_FS ~BINFMT_MISC ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS ~TIMERFD ~TMPFS_XATTR ~UNIX ~USER_NS diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 418af1e6efce..0d675fb07803 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2011-2021 Gentoo Authors +# Copyright 2011-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -181,7 +181,7 @@ pkg_pretend() { ewarn "See https://bugs.gentoo.org/674458." fi - local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS + local CONFIG_CHECK="~AUTOFS4_FS ~BINFMT_MISC ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS ~TIMERFD ~TMPFS_XATTR ~UNIX ~USER_NS |