mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Command:
sed -i -E "s/^private-etc /private-etc ld.so.preload,/" \
$(grep -LE "^private-etc .*ld.so.preload" etc/profile-*/*) \
&& python3 contrib/sort.py etc/profile-*/*
82 lines
No EOL
2.1 KiB
Text
82 lines
No EOL
2.1 KiB
Text
# Firejail profile for balsa
|
|
# Description: GNOME mail client
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include balsa.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.balsa
|
|
noblacklist ${HOME}/.gnupg
|
|
noblacklist ${HOME}/.mozilla
|
|
noblacklist ${HOME}/.signature
|
|
noblacklist ${HOME}/mail
|
|
noblacklist /var/mail
|
|
noblacklist /var/spool/mail
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
include disable-shell.inc
|
|
include disable-xdg.inc
|
|
|
|
mkdir ${HOME}/.balsa
|
|
mkdir ${HOME}/.gnupg
|
|
mkfile ${HOME}/.signature
|
|
mkdir ${HOME}/mail
|
|
whitelist ${HOME}/.balsa
|
|
whitelist ${HOME}/.gnupg
|
|
whitelist ${HOME}/.mozilla/firefox/profiles.ini
|
|
whitelist ${HOME}/.signature
|
|
whitelist ${HOME}/mail
|
|
whitelist ${RUNUSER}/gnupg
|
|
whitelist /usr/share/balsa
|
|
whitelist /usr/share/gnupg
|
|
whitelist /usr/share/gnupg2
|
|
whitelist /var/mail
|
|
whitelist /var/spool/mail
|
|
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
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
# disable-mnt
|
|
# Add "pinentry-curses,pinentry-emacs,pinentry-fltk,pinentry-gnome3,pinentry-gtk,pinentry-gtk2,pinentry-gtk-2,pinentry-qt,pinentry-qt4,pinentry-tty,pinentry-x2go,pinentry-kwallet" for gpg
|
|
# Add "ignore private-bin" for hyperlinks or have a look at the private-bins in firefox.profile and firefox-common.profile.
|
|
private-bin balsa,balsa-ab,gpg,gpg-agent,gpg2,gpgsm
|
|
private-cache
|
|
private-dev
|
|
private-etc alternatives,ca-certificates,crypto-policies,dconf,fonts,gcrypt,groups,gtk-2.0,gtk-3.0,hostname,hosts,ld.so.preload,mailname,passwd,pki,resolv.conf,selinux,ssl,xdg
|
|
private-tmp
|
|
writable-run-user
|
|
writable-var
|
|
|
|
dbus-user filter
|
|
dbus-user.own org.desktop.Balsa
|
|
dbus-user.talk ca.desrt.dconf
|
|
dbus-user.talk org.freedesktop.Notifications
|
|
dbus-user.talk org.freedesktop.secrets
|
|
dbus-user.talk org.gnome.keyring.SystemPrompter
|
|
dbus-system none
|
|
|
|
read-only ${HOME}/.mozilla/firefox/profiles.ini |