]> git.ipfire.org Git - thirdparty/util-linux.git/commit
uuidd: allow AF_INET in systemd service
authorKarel Zak <kzak@redhat.com>
Thu, 2 Jun 2022 14:55:49 +0000 (16:55 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 20 Jul 2022 15:49:49 +0000 (17:49 +0200)
commit886aa679036ed36b926f51cfc16df437ef28c67d
tree52ddc456ffdc5a556836dc46c87d09f213d2b36d
parent70cdbf65fe36ea8c941b95bc23545066e647c709
uuidd: allow AF_INET in systemd service

libuuid uses

socket(AF_INET, SOCK_DGRAM, IPPROTO_IP)

to get MAC address for time based UUIDs, but there is

RestrictAddressFamilies=AF_UNIX

in uuidd service file ...

Fixes: https://github.com/util-linux/util-linux/issues/1704
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/uuidd.service.in