commit:     2d93fd3ddb707cc07c8a1545616c055ed59c9ddb
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue May 10 17:25:35 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue May 10 17:26:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d93fd3d

net-misc/openssh: use seccomp sandbox on x32

Closes: https://bugs.gentoo.org/842624
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 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[@]}"
 }
 

Reply via email to