aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-06-24 23:17:09 +0000
committerLibravatar GitHub <noreply@github.com>2019-06-24 23:17:09 +0000
commitc3b38606c73d0ea9b13e9a1908d105dff528390f (patch)
treeecab217b96429e8fe0c24783eaaee605a19162af /etc
parentImprove profile PRs (Related to #2739) (#2784) (diff)
downloadfirejail-c3b38606c73d0ea9b13e9a1908d105dff528390f.tar.gz
firejail-c3b38606c73d0ea9b13e9a1908d105dff528390f.tar.zst
firejail-c3b38606c73d0ea9b13e9a1908d105dff528390f.zip
Tighten SSH with nodbus (#2789)
* nodbus for ssh-agent * nodbus for ssh.profile
Diffstat (limited to 'etc')
-rw-r--r--etc/ssh-agent.profile1
-rw-r--r--etc/ssh.profile1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/ssh-agent.profile b/etc/ssh-agent.profile
index 9af747b62..55df45a87 100644
--- a/etc/ssh-agent.profile
+++ b/etc/ssh-agent.profile
@@ -19,6 +19,7 @@ include disable-programs.inc
19caps.drop all 19caps.drop all
20netfilter 20netfilter
21no3d 21no3d
22nodbus
22nodvd 23nodvd
23nonewprivs 24nonewprivs
24noroot 25noroot
diff --git a/etc/ssh.profile b/etc/ssh.profile
index ce0e54a0d..7a9bb5abe 100644
--- a/etc/ssh.profile
+++ b/etc/ssh.profile
@@ -22,6 +22,7 @@ caps.drop all
22ipc-namespace 22ipc-namespace
23netfilter 23netfilter
24no3d 24no3d
25nodbus
25nodvd 26nodvd
26nogroups 27nogroups
27nonewprivs 28nonewprivs