From c0b3aa3265c1ff20d7b215b0a4be60b7c2208f4e Mon Sep 17 00:00:00 2001 From: "amano.kenji" Date: Fri, 27 Dec 2024 13:35:29 +0000 Subject: [PATCH] New profile: buku https://github.com/jarun/buku --- etc/profile-a-l/buku.profile | 71 ++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 etc/profile-a-l/buku.profile diff --git a/etc/profile-a-l/buku.profile b/etc/profile-a-l/buku.profile new file mode 100644 index 0000000000..c5f849d1e7 --- /dev/null +++ b/etc/profile-a-l/buku.profile @@ -0,0 +1,71 @@ +# Firejail profile for buku +# Description: a powerful bookmark manager +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include buku.local +# Persistent global definitions +include globals.local + +# Opening an editor in buku seems to require POSIX shell +# Allow /bin/sh (blacklisted by disable-shell.inc) +include allow-bin-sh.inc +# Allow python (blacklisted by disable-interpreters.inc) +include allow-python3.inc + +blacklist ${RUNUSER} +blacklist /usr/libexec + +include disable-common.inc +include disable-devel.inc +include disable-exec.inc +include disable-interpreters.inc +include disable-proc.inc +include disable-programs.inc +include disable-shell.inc +# Superseded by disable-mnt +#include disable-write-mnt.inc +include disable-X11.inc +include disable-xdg.inc + +mkdir ${HOME}/.local/share/buku +whitelist ${HOME}/.local/share/buku +include whitelist-common.inc +include whitelist-run-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 +noprinters +noroot +nosound +notpm +notv +nou2f +novideo +# Some editors like kakoune require unix protocol. +protocol unix,inet,inet6 +seccomp +seccomp.block-secondary +tracelog + +disable-mnt +private-cache +private-dev +private-tmp + +dbus-user none +dbus-system none + +deterministic-shutdown +#memory-deny-write-execute # breaks editors used in buku