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)
Thu, May 29, 7:05 AM
Unknown Object (File)
Wed, May 21, 4:59 PM
Unknown Object (File)
Thu, May 15, 2:13 PM
Unknown Object (File)
Apr 24 2025, 11:46 PM
Unknown Object (File)
Apr 24 2025, 7:21 PM
Unknown Object (File)
Apr 21 2025, 3:45 PM
Unknown Object (File)
Apr 20 2025, 6:22 PM
Unknown Object (File)
Apr 20 2025, 6:49 AM
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.