aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar pirate486743186 <>2023-03-03 02:57:07 +0100
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-05 01:52:46 -0300
commitf1aa628c213b8b87743d54d28cd95029af6c4b2f (patch)
tree38e5adabe0d42c10df51055150b9a2c648fa8a9e /etc
parentcleanup (diff)
downloadfirejail-f1aa628c213b8b87743d54d28cd95029af6c4b2f.tar.gz
firejail-f1aa628c213b8b87743d54d28cd95029af6c4b2f.tar.zst
firejail-f1aa628c213b8b87743d54d28cd95029af6c4b2f.zip
add ani-cli.profile
https://github.com/pystardust/ani-cli
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/disable-programs.inc2
-rw-r--r--etc/profile-a-l/ani-cli.profile41
2 files changed, 43 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index 3eb6c03d5..df7f7edd0 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -83,6 +83,7 @@ blacklist ${HOME}/.cache/Tox
83blacklist ${HOME}/.cache/Zeal 83blacklist ${HOME}/.cache/Zeal
84blacklist ${HOME}/.cache/agenda 84blacklist ${HOME}/.cache/agenda
85blacklist ${HOME}/.cache/akonadi* 85blacklist ${HOME}/.cache/akonadi*
86blacklist ${HOME}/.cache/ani-cli
86blacklist ${HOME}/.cache/atril 87blacklist ${HOME}/.cache/atril
87blacklist ${HOME}/.cache/attic 88blacklist ${HOME}/.cache/attic
88blacklist ${HOME}/.cache/audacity 89blacklist ${HOME}/.cache/audacity
@@ -1027,6 +1028,7 @@ blacklist ${HOME}/.local/share/wormux
1027blacklist ${HOME}/.local/share/xplayer 1028blacklist ${HOME}/.local/share/xplayer
1028blacklist ${HOME}/.local/share/xreader 1029blacklist ${HOME}/.local/share/xreader
1029blacklist ${HOME}/.local/share/zathura 1030blacklist ${HOME}/.local/share/zathura
1031blacklist ${HOME}/.local/state/ani-cli
1030blacklist ${HOME}/.local/state/audacity 1032blacklist ${HOME}/.local/state/audacity
1031blacklist ${HOME}/.local/state/pipewire 1033blacklist ${HOME}/.local/state/pipewire
1032blacklist ${HOME}/.lv2 1034blacklist ${HOME}/.lv2
diff --git a/etc/profile-a-l/ani-cli.profile b/etc/profile-a-l/ani-cli.profile
new file mode 100644
index 000000000..270dffaed
--- /dev/null
+++ b/etc/profile-a-l/ani-cli.profile
@@ -0,0 +1,41 @@
1# Firejail profile for ani-cli
2# Description: Shell script to watch Anime from the terminal
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include ani-cli.local
7# Persistent global definitions
8# added by included profile
9#include globals.local
10
11noblacklist ${HOME}/.cache/ani-cli
12noblacklist ${HOME}/.local/state/ani-cli
13
14# Allow /bin/sh (blacklisted by disable-shell.inc)
15include allow-bin-sh.inc
16
17include disable-proc.inc
18include disable-xdg.inc
19
20mkdir ${HOME}/.cache/ani-cli
21mkdir ${HOME}/.local/state/ani-cli
22whitelist ${HOME}/.cache/ani-cli
23whitelist ${HOME}/.local/state/ani-cli
24include whitelist-run-common.inc
25include whitelist-runuser-common.inc
26
27#machine-id
28nodvd
29noprinters
30notv
31
32disable-mnt
33private-bin ani-cli,aria2c,cat,cp,curl,cut,ffmpeg,fzf,grep,head,mkdir,mv,nl,sed,sh,sort,tput,tr,uname,wc
34#private-cache
35private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,machine-id,mime.types,nsswitch.conf,pango,pki,protocols,pulse,resolv.conf,rpc,services,ssl,X11,xdg
36private-tmp
37
38read-only ${HOME}/.config/mpv
39
40# Redirect
41include mpv.profile