From: Clemens Gruber <clemens.gruber@pqgruber.com>
To: ptxdist@pengutronix.de
Cc: Clemens Gruber <clemens.gruber@pqgruber.com>
Subject: [ptxdist] [PATCH 2/3] openssh: Enable pre-auth sandboxing
Date: Tue, 9 Jun 2015 18:57:53 +0200 [thread overview]
Message-ID: <1433869074-26365-3-git-send-email-clemens.gruber@pqgruber.com> (raw)
In-Reply-To: <1433869074-26365-1-git-send-email-clemens.gruber@pqgruber.com>
On Linux, OpenSSH tries to use seccomp and falls back to
rlimit if seccomp is not available.
Since OpenSSH 6.2, the Linux seccomp-filter sandbox is
supported on ARM platforms.
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
generic/etc/ssh/sshd_config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/generic/etc/ssh/sshd_config b/generic/etc/ssh/sshd_config
index f529fc4..7856f70 100644
--- a/generic/etc/ssh/sshd_config
+++ b/generic/etc/ssh/sshd_config
@@ -88,7 +88,7 @@ PermitRootLogin yes
#PrintLastLog yes
#TCPKeepAlive yes
#UseLogin no
-#UsePrivilegeSeparation yes
+UsePrivilegeSeparation sandbox
#PermitUserEnvironment no
#Compression delayed
#ClientAliveInterval 0
--
2.4.2
--
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2015-06-09 16:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-09 16:57 [ptxdist] [PATCH 0/3] OpenSSH improvements Clemens Gruber
2015-06-09 16:57 ` [ptxdist] [PATCH 1/3] openssh: Generate Ed25519 keys instead of DSA keys Clemens Gruber
2015-06-09 16:57 ` Clemens Gruber [this message]
2015-06-09 16:57 ` [ptxdist] [PATCH 3/3] openssh: Bump to current stable version 6.8p1 Clemens Gruber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1433869074-26365-3-git-send-email-clemens.gruber@pqgruber.com \
--to=clemens.gruber@pqgruber.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox