File tree 2 files changed +59
-0
lines changed
2 files changed +59
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Firejail profile for lyriek
2
+ # Description: A multi-threaded GTK application to fetch lyrics of currently playing songs
3
+ # This file is overwritten after every install/update
4
+ quiet
5
+ # Persistent local customizations
6
+ include lyriek.local
7
+ # Persistent global definitions
8
+ include globals.local
9
+
10
+ include disable-common.inc
11
+ include disable-devel.inc
12
+ include disable-exec.inc
13
+ include disable-interpreters.inc
14
+ include disable-programs.inc
15
+ include disable-shell.inc
16
+ include disable-xdg.inc
17
+
18
+ include whitelist-common.inc
19
+ include whitelist-run-common.inc
20
+ include whitelist-runuser-common.inc
21
+ include whitelist-usr-share-common.inc
22
+ include whitelist-var-common.inc
23
+
24
+ apparmor
25
+ caps.drop all
26
+ ipc-namespace
27
+ machine-id
28
+ netfilter
29
+ no3d
30
+ nodvd
31
+ nogroups
32
+ noinput
33
+ nonewprivs
34
+ noprinters
35
+ noroot
36
+ nosound
37
+ notv
38
+ nou2f
39
+ novideo
40
+ protocol unix,inet
41
+ seccomp
42
+ seccomp.block-secondary
43
+ tracelog
44
+
45
+ disable-mnt
46
+ private-bin lyriek
47
+ private-cache
48
+ private-dev
49
+ private-etc @network,@tls-ca
50
+ private-lib
51
+ private-tmp
52
+
53
+ dbus-user filter
54
+ dbus-user.talk org.mpris.MediaPlayer2.mpd
55
+ dbus-system none
56
+
57
+ read-only ${HOME}
58
+ restrict-namespaces
Original file line number Diff line number Diff line change @@ -525,6 +525,7 @@ luminance-hdr
525
525
lximage-qt
526
526
lxmusic
527
527
lynx
528
+ lyriek
528
529
lyx
529
530
#lz4 # disable until we fix CLI archivers for makepkg on Arch (see discussion in #3095)
530
531
#lz4c # disable until we fix CLI archivers for makepkg on Arch (see discussion in #3095)
You can’t perform that action at this time.
0 commit comments