diff options
author | 2022-05-10 13:25:35 -0400 | |
---|---|---|
committer | 2022-05-10 13:26:26 -0400 | |
commit | 2d93fd3ddb707cc07c8a1545616c055ed59c9ddb (patch) | |
tree | 3667ff24291fc764c42599a9960007c70793751b /net-misc/openssh/openssh-9.0_p1.ebuild | |
parent | app-misc/reptyr: keyword 0.8.0 for ~riscv (diff) | |
download | gentoo-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>
Diffstat (limited to 'net-misc/openssh/openssh-9.0_p1.ebuild')
-rw-r--r-- | net-misc/openssh/openssh-9.0_p1.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
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[@]}" } |