Commit f4e9987
committed
Remove udev rules for /dev/vhost-vsock and /dev/vhost-net
In [PR google#10 (2019)](https://www.github.com/google/android-cuttlefish/pull/10)
we added a udev rule to put `/dev/vhost-vsock` in the `cvdnetwork`
group. IIRC before that the `/dev/vhost-vsock` device was owned by both
the `root` user and `root` group. systemd's
[PR #18214](systemd/systemd#18214) (2021) added
the `/dev/vhost-vsock` and `/dev/vhost-net` devices to the `kvm` group
so we can probably drop our own udev rules now as we already require
users to be in the `kvm` group.
Issue brought up by @SeungJAEYOO@google.com in the team notes.
Bug: b/5147927511 parent 0163858 commit f4e9987
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
0 commit comments