From 6d3a6e8ab664444aef60b8795146b39246403b12 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 20 Jun 2020 12:40:25 -0700 Subject: Allow vlc to read from pictures Set vlc access to xdg folders to read-only --- profiles/vlc.local | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'profiles') diff --git a/profiles/vlc.local b/profiles/vlc.local index e34e172..a753263 100644 --- a/profiles/vlc.local +++ b/profiles/vlc.local @@ -9,3 +9,9 @@ nodbus # # due to syscall name_to_handle_at # # kcmp syscall requied by amdgpu hardware acceleration seccomp !name_to_handle_at,!kcmp + +read-only ${DOWNLOADS} +read-only ${MUSIC} +noblacklist ${PICTURES} +read-only ${PICTURES} +read-only $(VIDEOS} -- cgit v1.2.1