5 changed files with 46 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||||
|
|
||||||
|
# NOTE: none of this was necessary, the fix was a bug in electron: |
||||||
|
# https://support.discord.com/hc/en-us/community/posts/360039220031-Left-clicking-the-tray-icon-in-Discord-0-0-8-for-Linux |
||||||
|
|
||||||
|
|
||||||
|
#noblacklist /usr/share/icons |
||||||
|
#whitelist /usr/share/icons |
||||||
|
#read-only /usr/share/icons |
||||||
|
# |
||||||
|
#noblacklist ${HOME}/.netrc |
||||||
|
#noblacklist ${HOME}/.wget-hsts |
||||||
|
#noblacklist ${HOME}/.wgetrc |
||||||
|
# |
||||||
|
#private-bin gzip,wget |
||||||
|
|
||||||
|
#noblacklist /usr/lib/libappindicator* |
||||||
@ -0,0 +1,21 @@ |
|||||||
|
ignore noexec ${HOME} |
||||||
|
|
||||||
|
## copy firejail config parts from mpv.profile |
||||||
|
noblacklist ${HOME}/.config/mpv |
||||||
|
noblacklist ${HOME}/.config/youtube-dl |
||||||
|
noblacklist ${HOME}/.netrc |
||||||
|
|
||||||
|
include allow-lua.inc |
||||||
|
include allow-python3.inc |
||||||
|
mkdir ${HOME}/.config/mpv |
||||||
|
mkdir ${HOME}/.config/youtube-dl |
||||||
|
mkfile ${HOME}/.netrc |
||||||
|
whitelist ${HOME}/.config/mpv |
||||||
|
whitelist ${HOME}/.config/youtube-dl |
||||||
|
whitelist ${HOME}/.netrc |
||||||
|
whitelist /usr/share/lua |
||||||
|
whitelist /usr/share/lua* |
||||||
|
whitelist /usr/share/vulkan |
||||||
|
|
||||||
|
##private-bin env,mpv,python*,waf,youtube-dl |
||||||
|
#private-bin env,mpv,python*,yt-dlp |
||||||
Loading…
Reference in new issue