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)
Sat, Jul 25, 5:25 AM
Unknown Object (File)
Fri, Jul 24, 3:10 AM
Unknown Object (File)
Wed, Jul 22, 4:26 PM
Unknown Object (File)
Sun, Jul 19, 8:42 PM
Unknown Object (File)
Sun, Jul 12, 5:18 PM
Unknown Object (File)
Sun, Jul 5, 8:39 AM
Unknown Object (File)
Jun 18 2026, 3:46 AM
Unknown Object (File)
May 31 2026, 1:30 PM
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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 34514
Build 31612: arc lint + arc unit

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
1556

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
1556

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.