mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
51 lines
1 KiB
Text
51 lines
1 KiB
Text
# Firejail profile for drawio
|
|
# Description: Diagram drawing application built on web technology - desktop version
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include drawio.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/draw.io
|
|
|
|
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 disable-xdg.inc
|
|
|
|
mkdir ${HOME}/.config/draw.io
|
|
whitelist ${HOME}/.config/draw.io
|
|
whitelist ${DOWNLOADS}
|
|
include whitelist-common.inc
|
|
include whitelist-usr-share-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
ipc-namespace
|
|
machine-id
|
|
net none
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp !chroot
|
|
shell none
|
|
# tracelog - breaks on Arch
|
|
|
|
private-bin drawio
|
|
private-cache
|
|
private-dev
|
|
private-etc alternatives,fonts
|
|
private-tmp
|
|
|
|
# memory-deny-write-execute - breaks on Arch
|