aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-12-15 18:56:59 +0000
committerLibravatar GitHub <noreply@github.com>2020-12-15 18:56:59 +0000
commitb66c0a7c40d3e1b64411cb19c1f893c64df1c0a9 (patch)
tree4def441c0022e5a35f2ccae5889a06b43cade5db /etc/inc
parentre-enable nogroups with a comment in zoom.profile (#3824) (diff)
downloadfirejail-b66c0a7c40d3e1b64411cb19c1f893c64df1c0a9.tar.gz
firejail-b66c0a7c40d3e1b64411cb19c1f893c64df1c0a9.tar.zst
firejail-b66c0a7c40d3e1b64411cb19c1f893c64df1c0a9.zip
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
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/softmaker-common.inc50
1 files changed, 0 insertions, 50 deletions
diff --git a/etc/inc/softmaker-common.inc b/etc/inc/softmaker-common.inc
deleted file mode 100644
index a8ec5848c..000000000
--- a/etc/inc/softmaker-common.inc
+++ /dev/null
@@ -1,50 +0,0 @@
1# Firejail profile for softmaker-common
2# This file is overwritten after every install/update
3# Persistent local customizations
4include softmaker-common.local
5# Persistent global definitions
6# added by caller profile
7#include globals.local
8
9# The offical packages install the desktop file under /usr/local/share/applications
10# with an absolute Exec line. These files are NOT handelt by firecfg,
11# therefore you must manualy copy them in you home and remove '/usr/bin/'.
12
13noblacklist ${HOME}/SoftMaker
14
15include disable-common.inc
16include disable-devel.inc
17include disable-exec.inc
18include disable-interpreters.inc
19include disable-passwdmgr.inc
20include disable-programs.inc
21
22whitelist /usr/share/office2018
23whitelist /usr/share/freeoffice2018
24include whitelist-usr-share-common.inc
25include whitelist-var-common.inc
26
27apparmor
28caps.drop all
29ipc-namespace
30netfilter
31nodvd
32nogroups
33nonewprivs
34noroot
35notv
36nou2f
37novideo
38protocol unix,inet,inet6
39seccomp
40shell none
41tracelog
42
43private-bin freeoffice-planmaker,freeoffice-presentations,freeoffice-textmaker,planmaker18,planmaker18free,presentations18,presentations18free,sh,textmaker18,textmaker18free
44private-cache
45private-dev
46private-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
47private-tmp
48
49dbus-user none
50dbus-system none