aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar pirate486743186 <>2023-03-03 02:40:22 +0100
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-03 14:25:25 -0300
commit53da9f964a8e919d8cf7b54454aafb623424ff8b (patch)
tree3515db2bbb32650ffba1fb278cbee9cc9e35737b /etc
parentcleanup (diff)
downloadfirejail-53da9f964a8e919d8cf7b54454aafb623424ff8b.tar.gz
firejail-53da9f964a8e919d8cf7b54454aafb623424ff8b.tar.zst
firejail-53da9f964a8e919d8cf7b54454aafb623424ff8b.zip
add lobster.profile
https://github.com/justchokingaround/lobster
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/disable-programs.inc2
-rw-r--r--etc/profile-a-l/lobster.profile41
2 files changed, 43 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index 3eb6c03d5..c709309a8 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -517,6 +517,7 @@ blacklist ${HOME}/.config/leafpad
517blacklist ${HOME}/.config/libreoffice 517blacklist ${HOME}/.config/libreoffice
518blacklist ${HOME}/.config/liferea 518blacklist ${HOME}/.config/liferea
519blacklist ${HOME}/.config/linphone 519blacklist ${HOME}/.config/linphone
520blacklist ${HOME}/.config/lobster
520blacklist ${HOME}/.config/lugaru 521blacklist ${HOME}/.config/lugaru
521blacklist ${HOME}/.config/lutris 522blacklist ${HOME}/.config/lutris
522blacklist ${HOME}/.config/lximage-qt 523blacklist ${HOME}/.config/lximage-qt
@@ -952,6 +953,7 @@ blacklist ${HOME}/.local/share/kwrite
952blacklist ${HOME}/.local/share/kxmlgui5/* 953blacklist ${HOME}/.local/share/kxmlgui5/*
953blacklist ${HOME}/.local/share/liferea 954blacklist ${HOME}/.local/share/liferea
954blacklist ${HOME}/.local/share/linphone 955blacklist ${HOME}/.local/share/linphone
956blacklist ${HOME}/.local/share/lobster
955blacklist ${HOME}/.local/share/local-mail 957blacklist ${HOME}/.local/share/local-mail
956blacklist ${HOME}/.local/share/lollypop 958blacklist ${HOME}/.local/share/lollypop
957blacklist ${HOME}/.local/share/love 959blacklist ${HOME}/.local/share/love
diff --git a/etc/profile-a-l/lobster.profile b/etc/profile-a-l/lobster.profile
new file mode 100644
index 000000000..01928c775
--- /dev/null
+++ b/etc/profile-a-l/lobster.profile
@@ -0,0 +1,41 @@
1# Firejail profile for lobster
2# Description: Shell script to watch Movies/Webseries/Shows from the terminal
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include lobster.local
7# Persistent global definitions
8# added by included profile
9#include globals.local
10
11noblacklist ${HOME}/.config/lobster
12noblacklist ${HOME}/.local/share/lobster
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}/.config/lobster
21mkdir ${HOME}/.local/share/lobster
22whitelist ${HOME}/.config/lobster
23whitelist ${HOME}/.local/share/lobster
24include whitelist-run-common.inc
25include whitelist-runuser-common.inc
26
27#machine-id
28nodvd
29noprinters
30notv
31
32disable-mnt
33private-bin curl,cut,fzf,grep,head,lobster,mv,patch,rm,sed,sh,tail,tput,tr,uname
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