From f208e35deefe1ee6fe6722cec9ad8cc12e92e638 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 15 Oct 2022 01:47:28 +0100 Subject: gentoo auto-resync : 15:10:2022 - 01:47:28 --- net-misc/dhcp/files/dhcp-4.4.3-fix-perms.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net-misc/dhcp/files/dhcp-4.4.3-fix-perms.patch (limited to 'net-misc/dhcp/files/dhcp-4.4.3-fix-perms.patch') diff --git a/net-misc/dhcp/files/dhcp-4.4.3-fix-perms.patch b/net-misc/dhcp/files/dhcp-4.4.3-fix-perms.patch new file mode 100644 index 000000000000..5b3a8ab2c20a --- /dev/null +++ b/net-misc/dhcp/files/dhcp-4.4.3-fix-perms.patch @@ -0,0 +1,15 @@ +--- a/server/dhcpd.c ++++ b/server/dhcpd.c +@@ -892,6 +892,12 @@ + if (lftest) + exit (0); + ++#if defined (PARANOIA) ++ /* Set proper permissions... */ ++ if (lchown (path_dhcpd_db, set_uid, set_gid)) ++ log_fatal ("lchown(%s, %d, %d): %m", path_dhcpd_db, (int) set_uid, (int) set_gid); ++#endif /* PARANOIA */ ++ + /* Discover all the network interfaces and initialize them. */ + #if defined(DHCPv6) && defined(DHCP4o6) + if (dhcpv4_over_dhcpv6) { -- cgit v1.2.3