]> git.rmz.io Git - dotfiles.git/blob - mkosi/kodi/mkosi.nspawn
mkosi/kodi: cleanup Capability and SystemCallFilter
[dotfiles.git] / mkosi / kodi / mkosi.nspawn
1 [Exec]
2 PrivateUsers=no
3
4 [Files]
5 # binds host kodi home folder into nspawn
6 Bind=/var/lib/kodi
7
8 # media
9 Bind=/mnt/fook/Movies
10 Bind=/mnt/fook/Series
11 Bind=/mnt/fook/games
12 Bind=/mnt/fook/usenet
13 Bind=/mnt/fook/torrents
14
15 # device access
16 Bind=/dev/tty0
17 Bind=/dev/tty1
18 BindReadOnly=/dev/bus/usb
19 BindReadOnly=/dev/dri
20 BindReadOnly=/dev/input
21 BindReadOnly=/dev/uinput
22 # libinput reads this to know about devices
23 BindReadOnly=/run/udev
24 BindReadOnly=/dev/lirc0
25 BindReadOnly=/dev/vga_arbiter
26 BindReadOnly=/lib/modules
27 # pulse need to be started in system mode with the following module and option:
28 # load-module module-native-protocol auth-authorize-anonymous
29 BindReadOnly=/run/pulse