Skip to content

Commit

Permalink
Create notable.profile
Browse files Browse the repository at this point in the history
  • Loading branch information
glitsj16 committed Jan 5, 2022
1 parent 1000c23 commit b5e6e16
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions etc/profile-m-z/notable.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# 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"`.

noblacklist ${HOME}/.config/Notable
noblacklist ${HOME}/.notable

net none
nosound

?HAS_APPIMAGE: ignore private-dev
private-opt Notable

dbus-user filter
dbus-user.talk ca.desrt.dconf
ignore dbus-user none

# Notable keeps claiming it is started for the first time when whitelisting - see #4812.
ignore whitelist ${DOWNLOADS}
ignore whitelist ${HOME}/.config/Electron
ignore whitelist ${HOME}/.config/electron-flag*.conf
ignore include whitelist-common.inc
ignore include whitelist-runuser-common.inc
ignore include whitelist-usr-share-common.inc
ignore include whitelist-var-common.inc

# Redirect
include electron.profile

0 comments on commit b5e6e16

Please sign in to comment.