summaryrefslogtreecommitdiff
path: root/profiles/vlc.local
blob: 2785bb658d9f7a28b945fec878fc5a812d9c5f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
ignore mkdir ${HOME}/.cache/vlc
ignore noblacklist ${HOME}/.cache/vlc
ignore whitelist ${HOME}/.cache/vlc
noblacklist ${MUSIC}
noblacklist ${PICTURES}
noblacklist ${VIDEOS}

include disable-xdg.inc

whitelist ${DOWNLOADS}
whitelist ${MUSIC}
whitelist ${PICTURES}
whitelist ${VIDEOS}

read-only ${DOWNLOADS}
read-only ${MUSIC}
read-only ${PICTURES}
read-only ${VIDEOS}

# # alsa audio will work with ipc-namespace,
# # but it hogs the alsa device from other applications
ignore ipc-namespace

# # seccomp breaks integrated file manager on kde applications
# # due to syscall name_to_handle_at
seccomp !name_to_handle_at

dbus-user none
dbus-system none

# # noinput breaks lirc support
# ignore noinput

# Allow paths for custom lirc config
#whitelist ${HOME}/.lircrc
#read-only ${HOME}/.lircrc
#whitelist ${HOME}/.config/lirc/vlc
#read-only ${HOME}/.config/lirc/vlc