From 53da9f964a8e919d8cf7b54454aafb623424ff8b Mon Sep 17 00:00:00 2001 From: pirate486743186 <> Date: Fri, 3 Mar 2023 02:40:22 +0100 Subject: add lobster.profile https://github.com/justchokingaround/lobster --- etc/inc/disable-programs.inc | 2 ++ etc/profile-a-l/lobster.profile | 41 +++++++++++++++++++++++++++++++++++++++++ src/firecfg/firecfg.config | 1 + 3 files changed, 44 insertions(+) create mode 100644 etc/profile-a-l/lobster.profile 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 blacklist ${HOME}/.config/libreoffice blacklist ${HOME}/.config/liferea blacklist ${HOME}/.config/linphone +blacklist ${HOME}/.config/lobster blacklist ${HOME}/.config/lugaru blacklist ${HOME}/.config/lutris blacklist ${HOME}/.config/lximage-qt @@ -952,6 +953,7 @@ blacklist ${HOME}/.local/share/kwrite blacklist ${HOME}/.local/share/kxmlgui5/* blacklist ${HOME}/.local/share/liferea blacklist ${HOME}/.local/share/linphone +blacklist ${HOME}/.local/share/lobster blacklist ${HOME}/.local/share/local-mail blacklist ${HOME}/.local/share/lollypop blacklist ${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 @@ +# Firejail profile for lobster +# Description: Shell script to watch Movies/Webseries/Shows from the terminal +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include lobster.local +# Persistent global definitions +# added by included profile +#include globals.local + +noblacklist ${HOME}/.config/lobster +noblacklist ${HOME}/.local/share/lobster + +# Allow /bin/sh (blacklisted by disable-shell.inc) +include allow-bin-sh.inc + +include disable-proc.inc +include disable-xdg.inc + +mkdir ${HOME}/.config/lobster +mkdir ${HOME}/.local/share/lobster +whitelist ${HOME}/.config/lobster +whitelist ${HOME}/.local/share/lobster +include whitelist-run-common.inc +include whitelist-runuser-common.inc + +#machine-id +nodvd +noprinters +notv + +disable-mnt +private-bin curl,cut,fzf,grep,head,lobster,mv,patch,rm,sed,sh,tail,tput,tr,uname +#private-cache +private-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 +private-tmp + +read-only ${HOME}/.config/mpv + +# Redirect +include mpv.profile diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config index 45457fb47..cf78fdbb1 100644 --- a/src/firecfg/firecfg.config +++ b/src/firecfg/firecfg.config @@ -483,6 +483,7 @@ linphone linuxqq lmms lobase +lobster localc lodraw loffice -- cgit v1.2.3-70-g09d2