Page MenuHomeFreeBSD

libc/syslog: deprecate use of "/var/run/logpriv"
ClosedPublic

Authored by glebius on May 23 2022, 9:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 21, 3:45 PM
Unknown Object (File)
Sun, Apr 20, 6:22 PM
Unknown Object (File)
Sun, Apr 20, 6:49 AM
Unknown Object (File)
Wed, Apr 16, 6:57 PM
Unknown Object (File)
Feb 21 2025, 1:46 PM
Unknown Object (File)
Feb 21 2025, 11:28 AM
Unknown Object (File)
Feb 19 2025, 10:49 PM
Unknown Object (File)
Jan 31 2025, 11:26 PM
Subscribers

Details

Summary

This additional socket was created in 2e89951b6f20 and 240d5a9b1ce76
to try workaround problems with classic AF_UNIX/SOCK_DGRAM sockets.

With recent changes in kernel this trick is no longer needed, so the
trick can be reverted.

In syslogd(8) we would still create the socket for the next several
major releases for compatibility.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jun 24 2022, 4:11 PM
This revision was automatically updated to reflect the committed changes.