mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Command used to search for the relevant profiles:
git grep -El 'allow-debuggers|allusers|keep-|writable-' -- etc
58 lines
1.2 KiB
Text
58 lines
1.2 KiB
Text
# Firejail profile for ssh
|
|
# Description: Secure shell client and server
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include ssh.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
# nc can be used as ProxyCommand, e.g. when using tor
|
|
noblacklist ${PATH}/nc
|
|
noblacklist ${PATH}/ncat
|
|
|
|
# Allow ssh (blacklisted by disable-common.inc)
|
|
include allow-ssh.inc
|
|
|
|
include disable-common.inc
|
|
include disable-exec.inc
|
|
include disable-programs.inc
|
|
|
|
whitelist ${RUNUSER}/gcr/ssh
|
|
whitelist ${RUNUSER}/gnupg/*/S.gpg-agent.ssh # custom gpg homedir setup
|
|
whitelist ${RUNUSER}/gnupg/S.gpg-agent.ssh # default gpg homedir setup
|
|
whitelist ${RUNUSER}/gvfsd-sftp
|
|
whitelist ${RUNUSER}/keyring/ssh
|
|
include whitelist-runuser-common.inc
|
|
include whitelist-usr-share-common.inc
|
|
|
|
writable-run-user
|
|
|
|
apparmor
|
|
caps.drop all
|
|
ipc-namespace
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
#noroot # see issue #1543
|
|
nosound
|
|
notv
|
|
#nou2f # OpenSSH >= 8.2 supports U2F
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
tracelog
|
|
|
|
private-cache
|
|
private-dev
|
|
#private-tmp # Breaks when exiting
|
|
|
|
dbus-user none
|
|
dbus-system none
|
|
|
|
deterministic-shutdown
|
|
memory-deny-write-execute
|
|
restrict-namespaces
|