From 9c833ae929f64fa54c5d8aa49e4a784803b805c8 Mon Sep 17 00:00:00 2001 From: Chiraag Nataraj Date: Sat, 16 Sep 2017 13:18:26 -0400 Subject: Add 31 profiles --- etc/calligra.profile | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 etc/calligra.profile (limited to 'etc/calligra.profile') diff --git a/etc/calligra.profile b/etc/calligra.profile new file mode 100644 index 000000000..260097560 --- /dev/null +++ b/etc/calligra.profile @@ -0,0 +1,37 @@ +# Firejail profile for calligra +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/calligra.local +# Persistent global definitions +include /etc/firejail/globals.local + +blacklist /boot +blacklist /media +blacklist /mnt +blacklist /opt + +whitelist ${DOWNLOADS} +whitelist ${HOME}/.config/Trolltech.conf +whitelist ${HOME}/.gtkrc-2.0 +whitelist ${HOME}/.kde +whitelist ${HOME}/.themes +whitelist ${HOME}/Documents +whitelist /tmp/.X11-unix +# DBus is forced to use an ordinary unix socket +whitelist /tmp/dbus_session_socket +include /etc/firejail/whitelist-common.inc + +caps.drop all +ipc-namespace +net none +nogroups +noroot +seccomp +shell none + +private-bin calligra,calligraauthor,calligraconverter,calligraflow,calligraplan,calligraplanwork,calligrasheets,calligrastage,calligrawords,dbus-launch +private-dev +private-etc fonts,passwd,alternatives,X11 + +noexec /home +noexec /tmp -- cgit v1.2.3-54-g00ecf