mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* add disable-exec.inc to all profiles with apparmor - #2385 #2505 * drop disable-exec.inc from generic electron.profile
42 lines
857 B
Text
42 lines
857 B
Text
# Firejail profile for gimp
|
|
# Description: GNU Image Manipulation Program
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include gimp.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
# gimp plugins are installed by the user in ${HOME}/.gimp-2.8/plug-ins/ directory
|
|
# if you are not using external plugins, you can disable ignore noexec statement below
|
|
ignore noexec ${HOME}
|
|
|
|
noblacklist ${HOME}/.config/GIMP
|
|
noblacklist ${HOME}/.gimp*
|
|
noblacklist ${DOCUMENTS}
|
|
noblacklist ${PICTURES}
|
|
|
|
include disable-common.inc
|
|
include disable-exec.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
net none
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
|
|
private-dev
|
|
private-tmp
|