mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
57 lines
1.4 KiB
Text
57 lines
1.4 KiB
Text
# Firejail profile for meld
|
|
# Description: Graphical tool to diff and merge files
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include meld.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/git
|
|
noblacklist ${HOME}/.gitconfig
|
|
noblacklist ${HOME}/.git-credentials
|
|
noblacklist ${HOME}/.local/share/meld
|
|
noblacklist ${HOME}/.ssh
|
|
noblacklist ${HOME}/.subversion
|
|
|
|
# Allow python (blacklisted by disable-interpreters.inc)
|
|
include allow-python2.inc
|
|
include allow-python3.inc
|
|
|
|
# Uncomment the next line (or put it into your meld.local) if you don't need to compare files in disable-common.inc.
|
|
#include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
# Uncomment the next line (or put it into your meld.local) if you don't need to compare files in disable-programs.inc.
|
|
#include disable-programs.inc
|
|
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
ipc-namespace
|
|
machine-id
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
private-bin bzr,cvs,git,hg,meld,python*,svn
|
|
private-cache
|
|
private-dev
|
|
# Uncomment the next line (or put it into your meld.local) if you don't need to compare in /etc.
|
|
#private-etc alternatives,ca-certificates,crypto-policies,fonts,hostname,hosts,pki,resolv.conf,ssl,subversion
|
|
private-tmp
|
|
|
|
read-only ${HOME}/.ssh
|