aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/kodi.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/kodi.profile')
-rw-r--r--etc/profile-a-l/kodi.profile12
1 files changed, 8 insertions, 4 deletions
diff --git a/etc/profile-a-l/kodi.profile b/etc/profile-a-l/kodi.profile
index b72632bf4..2725c87be 100644
--- a/etc/profile-a-l/kodi.profile
+++ b/etc/profile-a-l/kodi.profile
@@ -8,11 +8,15 @@ 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 16nodeny ${HOME}/.kodi
13noblacklist ${MUSIC} 17nodeny ${MUSIC}
14noblacklist ${PICTURES} 18nodeny ${PICTURES}
15noblacklist ${VIDEOS} 19nodeny ${VIDEOS}
16 20
17# Allow python (blacklisted by disable-interpreters.inc) 21# Allow python (blacklisted by disable-interpreters.inc)
18include allow-python2.inc 22include allow-python2.inc