mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
profiles: chatterino: fix include comments
Make them match the comments in profile.template.
Command used to search for potential issues:
$ git grep -E '# Allow [A-Z][A-Za-z]+ .* \(blacklisted'
Added on commit 3af6c4068 ("Add Chatterino profile", 2022-12-24) /
PR #5556.
This commit is contained in:
parent
d3f68587fb
commit
5804bb69a7
1 changed files with 4 additions and 2 deletions
|
|
@ -20,10 +20,12 @@ noblacklist ${HOME}/.local/share/chatterino
|
||||||
noblacklist ${HOME}/.local/share/vlc
|
noblacklist ${HOME}/.local/share/vlc
|
||||||
noblacklist ${HOME}/.local/state/mpv
|
noblacklist ${HOME}/.local/state/mpv
|
||||||
|
|
||||||
# Allow Lua for mpv (blacklisted by disable-interpreters.inc)
|
# Lua is required by mpv.
|
||||||
|
# Allow lua (blacklisted by disable-interpreters.inc)
|
||||||
include allow-lua.inc
|
include allow-lua.inc
|
||||||
|
|
||||||
# Allow Python for Streamlink integration (blacklisted by disable-interpreters.inc)
|
# Python is required for streamlink integration.
|
||||||
|
# Allow python (blacklisted by disable-interpreters.inc)
|
||||||
include allow-python3.inc
|
include allow-python3.inc
|
||||||
|
|
||||||
include disable-common.inc
|
include disable-common.inc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue