Skip to content

Commit

Permalink
remot_with_unix: fix socket reload
Browse files Browse the repository at this point in the history
Reload libvirtd sockets when using unix sockets for connection was
always done, also for modular daemons.

Use libvirtd only if system is not configured with modular daemons.

Signed-off-by: Sebastian Mitterle <[email protected]>
  • Loading branch information
smitterl committed Jan 15, 2025
1 parent c79dffb commit 7e77b0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libvirt/tests/cfg/remote_access/remote_with_unix.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
sasl_user_pwd = "('test', '123456'), ('libvirt', '123456')"
sasl_allowed_username_list = ['test', 'libvirt']
- socket_access_controls:
traditional_mode = "yes"
auth_unix_ro = "none"
auth_unix_rw = "none"
unix_sock_group = "wheel"
Expand Down

0 comments on commit 7e77b0e

Please sign in to comment.