summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-05-10 13:25:35 -0400
committerMike Gilbert <floppym@gentoo.org>2022-05-10 13:26:26 -0400
commit2d93fd3ddb707cc07c8a1545616c055ed59c9ddb (patch)
tree3667ff24291fc764c42599a9960007c70793751b
parentapp-misc/reptyr: keyword 0.8.0 for ~riscv (diff)
downloadgentoo-2d93fd3ddb707cc07c8a1545616c055ed59c9ddb.tar.gz
gentoo-2d93fd3ddb707cc07c8a1545616c055ed59c9ddb.tar.bz2
gentoo-2d93fd3ddb707cc07c8a1545616c055ed59c9ddb.zip
net-misc/openssh: use seccomp sandbox on x32
Closes: https://bugs.gentoo.org/842624 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--net-misc/openssh/openssh-8.9_p1-r2.ebuild3
-rw-r--r--net-misc/openssh/openssh-9.0_p1.ebuild3
2 files changed, 0 insertions, 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[@]}"
}