File tree 2 files changed +65
-0
lines changed
2 files changed +65
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Firejail profile for daisy
2
+ # Description: TUI scientific calculator with support for units
3
+ # This file is overwritten after every install/update
4
+ # Persistent local customizations
5
+ include daisy.local
6
+ # Persistent global definitions
7
+ include globals.local
8
+
9
+ blacklist ${RUNUSER}
10
+
11
+ include disable-common.inc
12
+ include disable-devel.inc
13
+ include disable-exec.inc
14
+ include disable-interpreters.inc
15
+ include disable-proc.inc
16
+ include disable-programs.inc
17
+ include disable-shell.inc
18
+ #include disable-X11.inc - x11 none
19
+ include disable-xdg.inc
20
+
21
+ include whitelist-common.inc
22
+ include whitelist-run-common.inc
23
+ include whitelist-runuser-common.inc
24
+ include whitelist-usr-share-common.inc
25
+ include whitelist-var-common.inc
26
+
27
+ apparmor
28
+ caps.drop all
29
+ ipc-namespace
30
+ machine-id
31
+ net none
32
+ no3d
33
+ nodvd
34
+ nogroups
35
+ noinput
36
+ nonewprivs
37
+ noprinters
38
+ noroot
39
+ nosound
40
+ notv
41
+ nou2f
42
+ novideo
43
+ # block socket syscall to simulate empty protocol option (see #639)
44
+ seccomp socket
45
+ seccomp.block-secondary
46
+ tracelog
47
+ x11 none
48
+
49
+ disable-mnt
50
+ private
51
+ private-bin daisy
52
+ private-cache
53
+ private-dev
54
+ private-etc
55
+ private-lib
56
+ private-opt none
57
+ private-tmp
58
+
59
+ dbus-user none
60
+ dbus-system none
61
+
62
+ memory-deny-write-execute
63
+ read-only ${HOME}
64
+ restrict-namespaces
Original file line number Diff line number Diff line change 182
182
cryptocat
183
183
cvlc
184
184
cyberfox
185
+ daisy
185
186
darktable
186
187
dconf-editor
187
188
ddgr
You can’t perform that action at this time.
0 commit comments