mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Merge pull request #6314 from konstantin1722/obsidian-profile
New profile: obsidian
This commit is contained in:
commit
f5b7cd96b5
2 changed files with 23 additions and 0 deletions
|
|
@ -596,6 +596,7 @@ blacklist ${HOME}/.config/nomacs
|
|||
blacklist ${HOME}/.config/nuclear
|
||||
blacklist ${HOME}/.config/nvim
|
||||
blacklist ${HOME}/.config/obs-studio
|
||||
blacklist ${HOME}/.config/obsidian
|
||||
blacklist ${HOME}/.config/okularpartrc
|
||||
blacklist ${HOME}/.config/okularrc
|
||||
blacklist ${HOME}/.config/onboard
|
||||
|
|
|
|||
22
etc/profile-m-z/obsidian.profile
Normal file
22
etc/profile-m-z/obsidian.profile
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Firejail profile for obsidian
|
||||
# Description: Personal knowledge base and note-taking with Markdown files.
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include obsidian.local
|
||||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
noblacklist ${DOCUMENTS}
|
||||
noblacklist ${HOME}/.config/obsidian
|
||||
|
||||
ipc-namespace
|
||||
nonewprivs
|
||||
noroot
|
||||
protocol unix,inet,inet6
|
||||
#net none # networking is needed to download/update plugins
|
||||
|
||||
private-bin basename,bash,cat,cut,electron,electron[0-9],electron[0-9][0-9],gawk,grep,obsidian,realpath,tr
|
||||
private-etc @network,@tls-ca,@x11,gnutls,libva.conf
|
||||
|
||||
# Redirect
|
||||
include electron-common.profile
|
||||
Loading…
Add table
Add a link
Reference in a new issue