From b66c0a7c40d3e1b64411cb19c1f893c64df1c0a9 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Tue, 15 Dec 2020 18:56:59 +0000 Subject: rename softmaker-common.inc to softmaker-common.profile (#3825) * Rename etc/inc/softmaker-common.inc to etc/profile-m-z/softmaker-common.profile As per suggestion by @rusty-snake in https://github.com/netblue30/firejail/pull/3819#issuecomment-745244982 * softmaker-common.profile name change * softmaker-common.profile name change * softmaker-common.profile name change * softmaker-common.profile name change * softmaker-common.profile name change * softmaker-common.profile name change * softmaker-common.profile name change * softmaker-common.profile name change * softmaker-common.profile name change --- etc/profile-m-z/softmaker-common.profile | 50 ++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 etc/profile-m-z/softmaker-common.profile (limited to 'etc/profile-m-z/softmaker-common.profile') diff --git a/etc/profile-m-z/softmaker-common.profile b/etc/profile-m-z/softmaker-common.profile new file mode 100644 index 000000000..a8ec5848c --- /dev/null +++ b/etc/profile-m-z/softmaker-common.profile @@ -0,0 +1,50 @@ +# Firejail profile for softmaker-common +# This file is overwritten after every install/update +# Persistent local customizations +include softmaker-common.local +# Persistent global definitions +# added by caller profile +#include globals.local + +# The offical packages install the desktop file under /usr/local/share/applications +# with an absolute Exec line. These files are NOT handelt by firecfg, +# therefore you must manualy copy them in you home and remove '/usr/bin/'. + +noblacklist ${HOME}/SoftMaker + +include disable-common.inc +include disable-devel.inc +include disable-exec.inc +include disable-interpreters.inc +include disable-passwdmgr.inc +include disable-programs.inc + +whitelist /usr/share/office2018 +whitelist /usr/share/freeoffice2018 +include whitelist-usr-share-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +ipc-namespace +netfilter +nodvd +nogroups +nonewprivs +noroot +notv +nou2f +novideo +protocol unix,inet,inet6 +seccomp +shell none +tracelog + +private-bin freeoffice-planmaker,freeoffice-presentations,freeoffice-textmaker,planmaker18,planmaker18free,presentations18,presentations18free,sh,textmaker18,textmaker18free +private-cache +private-dev +private-etc ca-certificates,crypto-policies,fonts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,machine-id,nsswitch.conf,pki,SoftMaker,ssl +private-tmp + +dbus-user none +dbus-system none -- cgit v1.2.3-70-g09d2