Skip to content

Instantly share code, notes, and snippets.

@glitsj16
Created January 4, 2022 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glitsj16/3ca8a83a4241751344c93bf09145c48f to your computer and use it in GitHub Desktop.
Save glitsj16/3ca8a83a4241751344c93bf09145c48f to your computer and use it in GitHub Desktop.
# Firejail profile for notable
# Description: The Markdown-based note-taking app that doesn't suck
# This file is overwritten after every install/update
# Persistent local customizations
include notable.local
# Persistent global definitions
include globals.local
# Note: On debian-based distributions the binary might be located in
# /opt/Notable/notable, and therefore not be in PATH.
# If that's the case you can start Notable with firejail via
# `firejail "/opt/Notable/notable"`.
mkdir ${HOME}/.config/Notable
mkdir ${HOME}/.notable
noblacklist ${HOME}/.config/Notable
noblacklist ${HOME}/.notable
whitelist ${HOME}/.config/Notable
whitelist ${HOME}/.notable
# no3d
nosound
# private-bin notable
?HAS_APPIMAGE: ignore private-dev
# private-lib
private-opt Notable
dbus-user filter
dbus-user.talk ca.desrt.dconf
ignore dbus-user none
# memory-deny-write-execute
# Redirect
include electron.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment