#129 closed defect (fixed)
chroot should be in /usr/sbin rather than /usr/bin
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Book | Version: | CVS |
| Severity: | normal | Keywords: | |
| Cc: |
Description
and check if there are other programs from packages like fileutils and sh-utils that put files in /usr/bin but should better be in /usr/sbin (a normal user isn't allowed to run chroot, so there's no reason for it to be in a 'bin' direcotry in the first place).
Change History (4)
comment:1 by , 24 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 24 years ago
comment:3 by , 24 years ago
I believe chroot is the only one that's out of place. All the others can be run by non-root, except for the aforementioned chroot
Note:
See TracTickets
for help on using tickets.

I've looked at which fileutils and sh-utils install but can't find any other candidates for moving. Has anyone else got anything apart from chroot (I'll just do them all in one update once we've decided)