From 34b9d508b399ed8df32b74eed55b6d9def047188 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Wed, 28 Jul 2021 09:56:07 +0200 Subject: 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. --- etc/profile-a-l/kodi.profile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc') 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} #ignore nogroups #ignore noroot #ignore private-dev +# Add the following to your kodi.local if you use the Lutris Kodi Addon +#noblacklist /sbin +#noblacklist /usr/sbin +#noblacklist ${HOME}/.cache/lutris +#noblacklist ${HOME}/.config/lutris +#noblacklist ${HOME}/.local/share/lutris noblacklist ${HOME}/.kodi noblacklist ${MUSIC} -- cgit v1.2.3-54-g00ecf