Page MenuHomeFreeBSD

comsat: Use initgroups and setgid not just setuid
ClosedPublic

Authored by emaste on Nov 28 2024, 4:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 15, 11:26 AM
Unknown Object (File)
Sat, Mar 14, 11:45 PM
Unknown Object (File)
Fri, Mar 13, 3:42 PM
Unknown Object (File)
Fri, Mar 13, 8:32 AM
Unknown Object (File)
Fri, Mar 13, 2:49 AM
Unknown Object (File)
Sun, Mar 8, 5:59 AM
Unknown Object (File)
Fri, Feb 27, 8:19 AM
Unknown Object (File)
Tue, Feb 24, 9:30 PM
Subscribers

Diff Detail

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

Event Timeline

emaste created this revision.
jlduran added inline comments.
libexec/comsat/comsat.c
214–215

I would suggest also updating this comment

This revision is now accepted and ready to land.Nov 29 2024, 10:21 PM

One thing I've noticed is that NetBSD moved the setting of groups/uid/gid earlier to inside notify() (https://github.com/NetBSD/src/commit/46b017828cee516770586497237aed6182b1decf). I think failing earlier is also a good move.

One thing I've noticed is that NetBSD moved the setting of groups/uid/gid earlier to inside notify() (https://github.com/NetBSD/src/commit/46b017828cee516770586497237aed6182b1decf). I think failing earlier is also a good move.

Not a bad idea, can follow up with that (and check for any other improvements from NetBSD or OpenBSD)