aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-07-28 09:56:07 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-07-28 09:56:07 +0200
commit34b9d508b399ed8df32b74eed55b6d9def047188 (patch)
treef423994ec311d8745d241e11241eefc9e390fc46 /etc
parentAdd support for ignore to profcleaner.sh (diff)
downloadfirejail-34b9d508b399ed8df32b74eed55b6d9def047188.tar.gz
firejail-34b9d508b399ed8df32b74eed55b6d9def047188.tar.zst
firejail-34b9d508b399ed8df32b74eed55b6d9def047188.zip
kodi.profile: Add Lutris Kodi Addon note
Closes #3785 -- Allowing calling specific apps outside the sandbox or with a different firejail profile The idea isn't worng but should be reweiten in a seperate issue without all the kodi/lutris clutter.
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/kodi.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/profile-a-l/kodi.profile b/etc/profile-a-l/kodi.profile
index b7091f1fc..f909728a5 100644
--- a/etc/profile-a-l/kodi.profile
+++ b/etc/profile-a-l/kodi.profile
@@ -12,6 +12,12 @@ ignore noexec ${HOME}
12#ignore nogroups 12#ignore nogroups
13#ignore noroot 13#ignore noroot
14#ignore private-dev 14#ignore private-dev
15# Add the following to your kodi.local if you use the Lutris Kodi Addon
16#noblacklist /sbin
17#noblacklist /usr/sbin
18#noblacklist ${HOME}/.cache/lutris
19#noblacklist ${HOME}/.config/lutris
20#noblacklist ${HOME}/.local/share/lutris
15 21
16noblacklist ${HOME}/.kodi 22noblacklist ${HOME}/.kodi
17noblacklist ${MUSIC} 23noblacklist ${MUSIC}