mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 14:15:46 -06:00
23 lines
464 B
Text
23 lines
464 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include /etc/firejail/ssh-agent.local
|
|
|
|
# ssh-agent
|
|
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
|
|
no3d
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
|
|
blacklist /tmp/.X11-unix
|