17 lines
287 B
Plaintext
17 lines
287 B
Plaintext
|
# ssh client
|
||
|
quiet
|
||
|
noblacklist ~/.ssh
|
||
|
noblacklist /tmp/ssh-*
|
||
|
noblacklist /etc/ssh
|
||
|
|
||
|
include /etc/firejail/disable-common.inc
|
||
|
include /etc/firejail/disable-programs.inc
|
||
|
include /etc/firejail/disable-passwdmgr.inc
|
||
|
|
||
|
caps.drop all
|
||
|
netfilter
|
||
|
nonewprivs
|
||
|
noroot
|
||
|
protocol unix,inet,inet6
|
||
|
seccomp
|