From 6d559182d20ca49c7a276043a19d39b33cbcbda2 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 12 Jun 2021 18:39:48 +0000 Subject: profiles: add profile for tin news reader (#4356) --- etc/profile-m-z/rtin.profile | 8 +++++ etc/profile-m-z/tin.profile | 69 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 etc/profile-m-z/rtin.profile create mode 100644 etc/profile-m-z/tin.profile (limited to 'etc/profile-m-z') diff --git a/etc/profile-m-z/rtin.profile b/etc/profile-m-z/rtin.profile new file mode 100644 index 000000000..cd84ce05e --- /dev/null +++ b/etc/profile-m-z/rtin.profile @@ -0,0 +1,8 @@ +# Firejail profile for rtin +# Description: ncurses-based Usenet newsreader +# symlink to tin, same as `tin -r` +# This file is overwritten after every install/update +# Persistent local customizations +include rtin.local + +include tin.profile diff --git a/etc/profile-m-z/tin.profile b/etc/profile-m-z/tin.profile new file mode 100644 index 000000000..e0ed3090a --- /dev/null +++ b/etc/profile-m-z/tin.profile @@ -0,0 +1,69 @@ +# Firejail profile for tin +# Description: ncurses-based Usenet newsreader +# This file is overwritten after every install/update +# Persistent local customizations +include tin.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.newsrc +noblacklist ${HOME}/.tin + +blacklist /tmp/.X11-unix +blacklist ${RUNUSER} +blacklist /usr/libexec + +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-shell.inc +include disable-xdg.inc + +mkdir ${HOME}/.tin +mkfile ${HOME}/.newsrc +# Note: files/directories directly in ${HOME} can't be whitelisted, as +# tin saves .newsrc by renaming a temporary file, which is not possible for +# bind-mounted files. +#whitelist ${HOME}/.newsrc +#whitelist ${HOME}/.tin +#include whitelist-common.inc +include whitelist-runuser-common.inc +include whitelist-usr-share-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +ipc-namespace +machine-id +netfilter +no3d +nodvd +nogroups +noinput +nonewprivs +noroot +nosound +notv +nou2f +novideo +protocol inet,inet6 +seccomp +seccomp.block-secondary +shell none +tracelog + +disable-mnt +private-bin rtin,tin +private-cache +private-dev +private-etc passwd,resolv.conf,terminfo,tin +private-lib terminfo +private-tmp + +dbus-user none +dbus-system none + +memory-deny-write-execute -- cgit v1.2.3-70-g09d2