File tree 3 files changed +65
-0
lines changed
3 files changed +65
-0
lines changed Original file line number Diff line number Diff line change @@ -650,6 +650,7 @@ blacklist ${HOME}/.config/synfig
650
650
blacklist ${HOME} /. config /teams
651
651
blacklist ${HOME} /. config /teams -for -linux
652
652
blacklist ${HOME} /. config /telepathy -account -widgets
653
+ blacklist ${HOME} /. config /textroom
653
654
blacklist ${HOME} /. config /torbrowser
654
655
blacklist ${HOME} /. config /totem
655
656
blacklist ${HOME} /. config /tox
Original file line number Diff line number Diff line change
1
+ # Firejail profile for textroom
2
+ # Description: Full Screen text editor heavily inspired by Q10 and JDarkRoom
3
+ # This file is overwritten after every install/update
4
+ # Persistent local customizations
5
+ include textroom.local
6
+ # Persistent global definitions
7
+ include globals.local
8
+
9
+ blacklist /usr/libexec
10
+ blacklist ${RUNUSER}/wayland-*
11
+
12
+ noblacklist ${HOME}/.config/textroom
13
+
14
+ include disable-common.inc
15
+ include disable-devel.inc
16
+ include disable-exec.inc
17
+ include disable-interpreters.inc
18
+ include disable-proc.inc
19
+ include disable-programs.inc
20
+ include disable-shell.inc
21
+ include disable-xdg.inc
22
+
23
+ mkdir ${HOME}/.config/textroom
24
+ whitelist ${HOME}/.config/textroom
25
+ whitelist ${DOWNLOADS}
26
+ whitelist /usr/share/textroom
27
+ include whitelist-common.inc
28
+ include whitelist-run-common.inc
29
+ include whitelist-runuser-common.inc
30
+ include whitelist-usr-share-common.inc
31
+ include whitelist-var-common.inc
32
+
33
+ apparmor
34
+ caps.drop all
35
+ ipc-namespace
36
+ netfilter
37
+ no3d
38
+ nodvd
39
+ nogroups
40
+ noinput
41
+ nonewprivs
42
+ noprinters
43
+ noroot
44
+ notv
45
+ nou2f
46
+ novideo
47
+ protocol unix,inet
48
+ seccomp
49
+ seccomp.block-secondary
50
+ tracelog
51
+
52
+ disable-mnt
53
+ private-bin textroom
54
+ private-cache
55
+ private-dev
56
+ private-etc
57
+ private-tmp
58
+
59
+ dbus-user filter
60
+ dbus-user.talk ca.desrt.dconf
61
+ dbus-system none
62
+
63
+ restrict-namespaces
Original file line number Diff line number Diff line change @@ -834,6 +834,7 @@ termshark
834
834
tesseract
835
835
textmaker18
836
836
textmaker18free
837
+ textroom
837
838
thunderbird
838
839
thunderbird-beta
839
840
thunderbird-wayland
You can’t perform that action at this time.
0 commit comments