From 74b71ae2f1cada1295826a24fd636d23683d343e Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Sat, 25 May 2019 10:24:28 +0200 Subject: Add ktouch.profile --- etc/ktouch.profile | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 etc/ktouch.profile (limited to 'etc/ktouch.profile') diff --git a/etc/ktouch.profile b/etc/ktouch.profile new file mode 100644 index 000000000..446bc50ee --- /dev/null +++ b/etc/ktouch.profile @@ -0,0 +1,50 @@ +# Firejail profile for KTouch +# Description: a typing tutor by KDE +# This file is overwritten after every install/update +# Persistent local customizations +include ktouch.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/ktouch2rc +noblacklist ${HOME}/.local/share/ktouch + +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 + +mkfile ${HOME}/.config/ktouch2rc +mkdir ${HOME}/.local/share/ktouch +whitelist ${HOME}/.config/ktouch2rc +whitelist ${HOME}/.local/share/ktouch +include whitelist-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +machine-id +net none +nodbus +nodvd +nogroups +nonewprivs +noroot +nosound +notv +nou2f +novideo +protocol unix,netlink +seccomp +shell none +tracelog + +disable-mnt +private-bin ktouch +private-cache +private-dev +private-etc alternatives,fonts,kde5rc,machine-id +private-tmp -- cgit v1.2.3-54-g00ecf