diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-08-19 11:50:04 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-08-19 12:08:14 +0200 |
commit | 1f9290fcc48d44373174497b5500b028778db6ab (patch) | |
tree | c1427bbc88cd5ef219c431364a112f1a547025af /tmpfiles.d/static-nodes-permissions.conf.in | |
parent | Rename tmpfiles.d/kmod.conf to static-nodes.conf (diff) | |
download | systemd-1f9290fcc48d44373174497b5500b028778db6ab.tar.xz systemd-1f9290fcc48d44373174497b5500b028778db6ab.zip |
tmpfiles: override permissions of static nodes that need this
Fixes #13350.
Diffstat (limited to '')
-rw-r--r-- | tmpfiles.d/static-nodes-permissions.conf.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tmpfiles.d/static-nodes-permissions.conf.in b/tmpfiles.d/static-nodes-permissions.conf.in new file mode 100644 index 0000000000..50cffe2cd9 --- /dev/null +++ b/tmpfiles.d/static-nodes-permissions.conf.in @@ -0,0 +1,17 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +# This file adds permissions on top of static-nodes.conf generated by +# kmod-static-nodes.service. Rules specified here should match the +# permissions specified for udev in 50-udev-default.rules. + +z /dev/snd/seq 0660 - audio - +z /dev/snd/timer 0660 - audio - +z /dev/loop-control 0660 - disk - +z /dev/net/tun 0666 - - - +z /dev/fuse 0666 - - - +z /dev/kvm @DEV_KVM_MODE@ - kvm - |