Page MenuHomeFreeBSD

linux(4): Emulate Linux SOL_SOCKET:SO_PASSCRED
ClosedPublic

Authored by cem on Oct 29 2020, 7:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 8, 10:47 AM
Unknown Object (File)
Fri, Mar 8, 10:47 AM
Unknown Object (File)
Fri, Mar 8, 10:47 AM
Unknown Object (File)
Fri, Mar 8, 10:47 AM
Unknown Object (File)
Fri, Mar 8, 10:42 AM
Unknown Object (File)
Fri, Mar 8, 10:30 AM
Unknown Object (File)
Jan 29 2024, 9:42 PM
Unknown Object (File)
Dec 20 2023, 5:47 AM
Subscribers

Details

Summary

This is required by some major linux applications, such as Chrome and
Firefox. (As well as Electron-using applications, which are essentially
a bundled version of Chrome.)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cem requested review of this revision.Oct 29 2020, 7:57 PM
cem created this revision.
markj added inline comments.
sys/compat/linux/linux_socket.c
1553 ↗(On Diff #78924)

Make it the first case statement rather than the last, like you did above?

This revision is now accepted and ready to land.Oct 30 2020, 2:22 PM
sys/compat/linux/linux_socket.c
1553 ↗(On Diff #78924)

Will do

cem marked an inline comment as done.
  • Reorder second switch case to match first; no functional change.
This revision now requires review to proceed.Oct 30 2020, 6:33 PM
This revision is now accepted and ready to land.Nov 2 2020, 2:34 PM

Rebase on parent revision changes.

This revision now requires review to proceed.Nov 2 2020, 9:19 PM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 3 2020, 1:19 AM
This revision was automatically updated to reflect the committed changes.