diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-08-04 21:32:01 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-08-04 21:32:01 +0200 |
commit | 33b91308c26ca5d512e43b6b32d596a2c9237d04 (patch) | |
tree | 5f9aa764fdbcfbe58ff0d4592bae66dd64530373 /tmpfiles.d | |
parent | journalctl: fix loggging invocation (diff) | |
download | systemd-33b91308c26ca5d512e43b6b32d596a2c9237d04.tar.xz systemd-33b91308c26ca5d512e43b6b32d596a2c9237d04.zip |
Revert "tmpfiles.d: adjust /dev/vfio/vfio access mode"
The issue needs to be fixed by setting proper ordering between the
tmpfiles and udevd.
See issue #28653, especially
https://github.com/systemd/systemd/issues/28653#issuecomment-1665181625.
This reverts commit a3d610998ad3b4c88224fe89a048a84dbceb652b.
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/static-nodes-permissions.conf.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmpfiles.d/static-nodes-permissions.conf.in b/tmpfiles.d/static-nodes-permissions.conf.in index df1fe2e3d5..f77312a71c 100644 --- a/tmpfiles.d/static-nodes-permissions.conf.in +++ b/tmpfiles.d/static-nodes-permissions.conf.in @@ -14,7 +14,6 @@ z /dev/snd/timer 0660 - audio - z /dev/loop-control 0660 - disk - z /dev/net/tun 0666 - - - z /dev/fuse 0666 - - - -z /dev/vfio/vfio 0666 - - - z /dev/kvm {{DEV_KVM_MODE}} - kvm - z /dev/vhost-net {{DEV_KVM_MODE}} - kvm - z /dev/vhost-vsock {{DEV_KVM_MODE}} - kvm - |