From ccff014de54ac7eec13dad8cc098a9b8d883e3e4 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Tue, 28 Jul 2020 00:05:41 +0000 Subject: fix Lua in mpv.profile Fixes for #3554. --- etc/profile-m-z/mpv.profile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'etc/profile-m-z/mpv.profile') diff --git a/etc/profile-m-z/mpv.profile b/etc/profile-m-z/mpv.profile index b0e493c5f..2fc027257 100644 --- a/etc/profile-m-z/mpv.profile +++ b/etc/profile-m-z/mpv.profile @@ -30,6 +30,8 @@ include disable-programs.inc include disable-shell.inc include disable-xdg.inc +whitelist /usr/share/lua +whitelist /usr/share/lua* whitelist /usr/share/vulkan include whitelist-usr-share-common.inc include whitelist-var-common.inc @@ -37,8 +39,7 @@ include whitelist-var-common.inc apparmor caps.drop all netfilter - -# Seems to cause issues with Nvidia drivers sometimes +# nogroups seems to cause issues with Nvidia drivers sometimes nogroups nonewprivs noroot @@ -49,7 +50,7 @@ shell none tracelog private-bin env,mpv,python*,youtube-dl -# Causes slow OSD, see #2838 +# private-cache causes slow OSD, see #2838 #private-cache private-dev -- cgit v1.2.3-54-g00ecf