mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
30 lines
510 B
Text
30 lines
510 B
Text
# Firejail profile for ssh-agent
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include ssh-agent.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist /etc/ssh
|
|
noblacklist /tmp/ssh-*
|
|
noblacklist ${HOME}/.ssh
|
|
|
|
blacklist /tmp/.X11-unix
|
|
|
|
include disable-common.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
|
|
writable-run-user
|