From 4aa622625f578cecd142cefc9c69bc9a48259087 Mon Sep 17 00:00:00 2001 From: kortewegdevries <62639087+kortewegdevries@users.noreply.github.com> Date: Tue, 4 Aug 2020 07:53:50 +0000 Subject: Add profile for otter-browser (#3564) * Add profile for otter-browser Initial * private-bin,sorting --- etc/inc/disable-programs.inc | 2 ++ etc/profile-m-z/otter-browser.profile | 59 +++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 etc/profile-m-z/otter-browser.profile (limited to 'etc') diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc index 1518464b4..e911be93a 100644 --- a/etc/inc/disable-programs.inc +++ b/etc/inc/disable-programs.inc @@ -319,6 +319,7 @@ blacklist ${HOME}/.config/opera-beta blacklist ${HOME}/.config/orage blacklist ${HOME}/.config/org.gabmus.gfeeds.json blacklist ${HOME}/.config/org.kde.gwenviewrc +blacklist ${HOME}/.config/otter blacklist ${HOME}/.config/pavucontrol-qt blacklist ${HOME}/.config/pavucontrol.ini blacklist ${HOME}/.config/pcmanfm @@ -821,6 +822,7 @@ blacklist ${HOME}/.cache/Franz blacklist ${HOME}/.cache/INRIA blacklist ${HOME}/.cache/MusicBrainz blacklist ${HOME}/.cache/NewsFlashGTK +blacklist ${HOME}/.cache/Otter blacklist ${HOME}/.cache/QuiteRss blacklist ${HOME}/.cache/Shortwave blacklist ${HOME}/.cache/Tox diff --git a/etc/profile-m-z/otter-browser.profile b/etc/profile-m-z/otter-browser.profile new file mode 100644 index 000000000..652b6b7cb --- /dev/null +++ b/etc/profile-m-z/otter-browser.profile @@ -0,0 +1,59 @@ +# Firejail profile for otter-browser +# Description: Lightweight web browser based on Qt5 +# This file is overwritten after every install/update +# Persistent local customizations +include otter-browser.local +# Persistent global definitions +include globals.local + +?BROWSER_ALLOW_DRM: ignore noexec ${HOME} + +noblacklist ${HOME}/.cache/Otter +noblacklist ${HOME}/.config/otter +noblacklist ${HOME}/.pki +noblacklist ${HOME}/.local/share/pki + +include disable-common.inc +include disable-devel.inc +include disable-exec.inc +include disable-interpreters.inc +include disable-passwdmgr.inc +include disable-programs.inc +include disable-xdg.inc + +mkdir ${HOME}/.cache/Otter +mkdir ${HOME}/.config/otter +mkdir ${HOME}/.pki +mkdir ${HOME}/.local/share/pki +whitelist ${DOWNLOADS} +whitelist ${HOME}/.cache/Otter +whitelist ${HOME}/.config/otter +whitelist ${HOME}/.pki +whitelist ${HOME}/.local/share/pki +whitelist /usr/share/otter-browser +include whitelist-common.inc +include whitelist-runuser-common.inc +include whitelist-usr-share-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +netfilter +nodvd +nogroups +nonewprivs +noroot +notv +?BROWSER_DISABLE_U2F: nou2f +protocol unix,inet,inet6,netlink +seccomp !chroot +shell none + +disable-mnt +private-bin bash,otter-browser,sh,which +private-cache +?BROWSER_DISABLE_U2F: private-dev +private-etc alternatives,asound.conf,ca-certificates,crypto-policies,dconf,fonts,group,gtk-2.0,gtk-3.0,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,localtime,machine-id,mailcap,mime.types,nsswitch.conf,pango,passwd,pki,pulse,resolv.conf,selinux,ssl,X11,xdg +private-tmp + +dbus-system none -- cgit v1.2.3-54-g00ecf