Skip to content

Commit

Permalink
fix Lua in mpv.profile
Browse files Browse the repository at this point in the history
Fixes for netblue30#3554.
  • Loading branch information
glitsj16 authored Jul 28, 2020
1 parent 0430685 commit ccff014
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions etc/profile-m-z/mpv.profile
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,16 @@ 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

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
Expand All @@ -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

Expand Down

0 comments on commit ccff014

Please sign in to comment.