summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2022-04-22 12:32:36 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-04-22 19:54:25 +0200
commitdd73ea33d8931791b636b1da51317e05b458bb1d (patch)
tree0bc7f7c160df067faaa4fa8540c208fcda39e551
parentcffc9fc91259749f8a7b755c17baa1fe94f3fd0a (diff)
downloadptxdist-dd73ea33d8931791b636b1da51317e05b458bb1d.tar.gz
ptxdist-dd73ea33d8931791b636b1da51317e05b458bb1d.tar.xz
openssh: overwriting the select/rlimit check no longer works
So disable the sandbox on PPC for now. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/openssh.make3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules/openssh.make b/rules/openssh.make
index bc6e0ed71..8fa890218 100644
--- a/rules/openssh.make
+++ b/rules/openssh.make
@@ -35,12 +35,11 @@ OPENSSH_LICENSE_FILES := file://LICENCE;md5=8baf365614c9bdd63705f298c9afbfb9
OPENSSH_CONF_ENV := \
$(CROSS_ENV) \
ac_cv_search_SHA256Update=no \
- select_works_with_rlimit=yes \
LD=$(COMPILER_PREFIX)gcc
OPENSSH_SANDBOX-y := seccomp_filter
# seccomp_filter sandbox is not supported for ppc
-OPENSSH_SANDBOX-$(PTXCONF_ARCH_PPC) := rlimit
+OPENSSH_SANDBOX-$(PTXCONF_ARCH_PPC) := no
#
# autoconf