aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/freecad.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/freecad.profile')
-rw-r--r--etc/profile-a-l/freecad.profile45
1 files changed, 45 insertions, 0 deletions
diff --git a/etc/profile-a-l/freecad.profile b/etc/profile-a-l/freecad.profile
new file mode 100644
index 000000000..0a1d4a750
--- /dev/null
+++ b/etc/profile-a-l/freecad.profile
@@ -0,0 +1,45 @@
1# Firejail profile for freecad
2# Description: Extensible Open Source CAx program
3# This file is overwritten after every install/update
4# Persistent local customizations
5include freecad.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.config/FreeCAD
10noblacklist ${DOCUMENTS}
11
12# Allow python (blacklisted by disable-interpreters.inc)
13include allow-python2.inc
14include allow-python3.inc
15
16include disable-common.inc
17include disable-devel.inc
18include disable-exec.inc
19include disable-interpreters.inc
20include disable-passwdmgr.inc
21include disable-programs.inc
22include disable-xdg.inc
23
24caps.drop all
25ipc-namespace
26net none
27nodvd
28nogroups
29nonewprivs
30noroot
31nosound
32notv
33nou2f
34novideo
35protocol unix
36seccomp
37shell none
38
39private-bin freecad,freecadcmd,python*
40private-cache
41private-dev
42private-tmp
43
44dbus-user none
45dbus-system none