From 2d93fd3ddb707cc07c8a1545616c055ed59c9ddb Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 10 May 2022 13:25:35 -0400 Subject: net-misc/openssh: use seccomp sandbox on x32 Closes: https://bugs.gentoo.org/842624 Signed-off-by: Mike Gilbert --- net-misc/openssh/openssh-8.9_p1-r2.ebuild | 3 --- net-misc/openssh/openssh-9.0_p1.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/net-misc/openssh/openssh-8.9_p1-r2.ebuild b/net-misc/openssh/openssh-8.9_p1-r2.ebuild index 80ddf5b632ba..7cc0b4d2528a 100644 --- a/net-misc/openssh/openssh-8.9_p1-r2.ebuild +++ b/net-misc/openssh/openssh-8.9_p1-r2.ebuild @@ -323,9 +323,6 @@ src_configure() { myconf+=( --disable-utmp --disable-wtmp ) fi - # The seccomp sandbox is broken on x32, so use the older method for now. #553748 - use amd64 && [[ ${ABI} == "x32" ]] && myconf+=( --with-sandbox=rlimit ) - econf "${myconf[@]}" } diff --git a/net-misc/openssh/openssh-9.0_p1.ebuild b/net-misc/openssh/openssh-9.0_p1.ebuild index 1b77b70031c9..13c0bb4fa5c5 100644 --- a/net-misc/openssh/openssh-9.0_p1.ebuild +++ b/net-misc/openssh/openssh-9.0_p1.ebuild @@ -322,9 +322,6 @@ src_configure() { myconf+=( --disable-utmp --disable-wtmp ) fi - # The seccomp sandbox is broken on x32, so use the older method for now. #553748 - use amd64 && [[ ${ABI} == "x32" ]] && myconf+=( --with-sandbox=rlimit ) - econf "${myconf[@]}" } -- cgit v1.2.3-65-gdbad