mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
- add novideo to a lot of profiles
(there are still more profiles where novideo can be added)
- remove commente mdwe from some gnome applications
- add descriptions to some profiles
- blacklist ${HOME}/.cargo/credentials
- move ${HOME}/.git-credentials and ${HOME}/.git-credential-cache to
'top secret' in disable-common.inc
- some ordering in disable-programs.inc
- merge tor browser blacklists to ${HOME}/.tor-browser*
- qupzilla.profile redirect to falkon.profile
- blacklist gnome-builder paths
- fix transmission profiles inlude
- much more
44 lines
815 B
Text
44 lines
815 B
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
|
|
|
|
noblacklist /etc/ssh
|
|
noblacklist /tmp/ssh-*
|
|
noblacklist ${HOME}/.ssh
|
|
# If you want to use tor, uncomment the next line or put it in your ssh.local
|
|
#noblacklist ${PATH}/nc
|
|
|
|
include disable-common.inc
|
|
include disable-exec.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
|
|
caps.drop all
|
|
ipc-namespace
|
|
netfilter
|
|
no3d
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
# noroot - see issue #1543
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
private-cache
|
|
private-dev
|
|
# private-tmp # Breaks when exiting
|
|
writable-run-user
|
|
|
|
memory-deny-write-execute
|