aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-06-03 18:12:28 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-06-03 18:14:57 +0200
commitba4e32b38f1d88a8d56abf450865873f9b2f063e (patch)
tree7fa0962401253fd8ef8fcce049b177f55ccb418e /etc
parentFix slack.profile (fixes #4329) (diff)
downloadfirejail-ba4e32b38f1d88a8d56abf450865873f9b2f063e.tar.gz
firejail-ba4e32b38f1d88a8d56abf450865873f9b2f063e.tar.zst
firejail-ba4e32b38f1d88a8d56abf450865873f9b2f063e.zip
kodi.profile: Add note for CEC Adapters
closes #4324
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/kodi.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/profile-a-l/kodi.profile b/etc/profile-a-l/kodi.profile
index b72632bf4..b7091f1fc 100644
--- a/etc/profile-a-l/kodi.profile
+++ b/etc/profile-a-l/kodi.profile
@@ -8,6 +8,10 @@ include globals.local
8 8
9# noexec ${HOME} breaks plugins 9# noexec ${HOME} breaks plugins
10ignore noexec ${HOME} 10ignore noexec ${HOME}
11# Add the following to your kodi.local if you use a CEC Adapter.
12#ignore nogroups
13#ignore noroot
14#ignore private-dev
11 15
12noblacklist ${HOME}/.kodi 16noblacklist ${HOME}/.kodi
13noblacklist ${MUSIC} 17noblacklist ${MUSIC}