mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 22:01:13 -06:00
20 lines
428 B
Text
20 lines
428 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include /etc/firejail/ssh.local
|
|
|
|
# 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
|