Page MenuHomeFreeBSD

Eliminate setgid leftover in w(1).
ClosedPublic

Authored by delphij on Sep 1 2015, 6:13 AM.
Tags
None
Referenced Files
F122285360: D3541.id8618.diff
Fri, Jul 4, 1:42 AM
Unknown Object (File)
Fri, Jun 20, 7:22 AM
Unknown Object (File)
Thu, Jun 19, 7:09 PM
Unknown Object (File)
Sun, Jun 15, 11:07 AM
Unknown Object (File)
Tue, Jun 10, 7:04 PM
Unknown Object (File)
May 22 2025, 8:31 AM
Unknown Object (File)
Apr 24 2025, 3:30 AM
Unknown Object (File)
Apr 24 2025, 1:54 AM
Subscribers

Details

Summary

w(1) is not sgid binary since r53279. We should either unconditionally
do setgid() if we are really concerned, or just get rid of the setgid
bits.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 329
Build 329: arc lint + arc unit

Event Timeline

delphij retitled this revision from to Eliminate setgid leftover in w(1)..
delphij updated this object.
delphij edited the test plan for this revision. (Show Details)
delphij added a reviewer: peter.
wollman added a reviewer: wollman.
wollman added a subscriber: wollman.

Makes sense to me.

This revision is now accepted and ready to land.Sep 6 2015, 8:28 PM
This revision was automatically updated to reflect the committed changes.