Opened 8 years ago
Closed 8 years ago
#13533 closed bug (fixed)
login process always logs in as super user
Reported by: | mjw | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Command Line Tools | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
When a non-privileged user logs into a haiku box with telnet, the login process does not call setuid() or setgid() so the user is always logged in as the super user.
The attached patch fixes that.
The patch depends on bug #13530.
I wasn't sure what component to list this under. I almost certainly got it wrong.
Attachments (2)
Change History (5)
by , 8 years ago
Attachment: | login_uid.patch added |
---|
comment:1 by , 8 years ago
patch: | 0 → 1 |
---|
comment:2 by , 8 years ago
Component: | System/Kernel → Applications/Command Line Tools |
---|
Patch looks good to me.
by , 8 years ago
Attachment: | 0001-login-process-should-call-setuid-and-setgid.patch added |
---|
Update patch from a git export
Note:
See TracTickets
for help on using tickets.
proposed fix.