]> git.ipfire.org Git - thirdparty/systemd.git/blame - tmpfiles.d/static-nodes-permissions.conf.in
mkosi: Make system dependencies conditional on format
[thirdparty/systemd.git] / tmpfiles.d / static-nodes-permissions.conf.in
CommitLineData
1f9290fc
ZJS
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
8# This file adds permissions on top of static-nodes.conf generated by
9# kmod-static-nodes.service. Rules specified here should match the
10# permissions specified for udev in 50-udev-default.rules.
11
12z /dev/snd/seq 0660 - audio -
13z /dev/snd/timer 0660 - audio -
14z /dev/loop-control 0660 - disk -
15z /dev/net/tun 0666 - - -
16z /dev/fuse 0666 - - -
ca15b59f 17z /dev/vfio/vfio 0666 - - -
d924a938
ZJS
18z /dev/kvm {{DEV_KVM_MODE}} - kvm -
19z /dev/vhost-net {{DEV_KVM_MODE}} - kvm -
20z /dev/vhost-vsock {{DEV_KVM_MODE}} - kvm -