mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* Update QOwnNotes.profile Fix startup problem in Ubuntu 19.10: "bus[17]: D-Bus library appears to be incorrectly set up: see the manual page for dbus-uuidgen to correct this issue. (Failed to open "/var/lib/dbus/machine-id": Datei oder Verzeichnis nicht gefunden; Failed to open "/etc/machine-id": Datei oder Verzeichnis nicht gefunden) D-Bus not built with -rdynamic so unable to print a backtrace" * Update etc/QOwnNotes.profile Co-Authored-By: rusty-snake <print_hello_world+GitHub@protonmail.com>
54 lines
1.2 KiB
Text
54 lines
1.2 KiB
Text
# Firejail profile for QOwnNotes
|
|
# Description: Plain-text file notepad with markdown support and ownCloud integration
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include QOwnNotes.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${DOCUMENTS}
|
|
noblacklist ${HOME}/Nextcloud/Notes
|
|
noblacklist ${HOME}/.config/PBE
|
|
noblacklist ${HOME}/.local/share/PBE
|
|
|
|
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}/Nextcloud/Notes
|
|
mkdir ${HOME}/.config/PBE
|
|
mkdir ${HOME}/.local/share/PBE
|
|
whitelist ${DOCUMENTS}
|
|
whitelist ${HOME}/Nextcloud/Notes
|
|
whitelist ${HOME}/.config/PBE
|
|
whitelist ${HOME}/.local/share/PBE
|
|
include whitelist-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
caps.drop all
|
|
machine-id
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin gio,QOwnNotes
|
|
private-dev
|
|
private-etc alternatives,ca-certificates,crypto-policies,fonts,host.conf,hosts,ld.so.cache,machine-id,nsswitch.conf,pki,pulse,resolv.conf,ssl
|
|
private-tmp
|
|
|