mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-18 06:06:05 -06:00
39 lines
663 B
Text
39 lines
663 B
Text
# Firejail profile for leafpad
|
|
# Description: GTK+ based simple text editor
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include leafpad.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/leafpad
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
|
|
include whitelist-var-common.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
|
|
private-bin leafpad
|
|
private-dev
|
|
private-lib
|
|
private-tmp
|
|
|