chrootuid - run command in restricted environment
Contents
Creation Date
Tue Oct 13 11:37:29 MET 1992
Description
The chrootuid command sets up a restricted environment for executing command. Access to the file system
is restricted to the newroot subtree; privileges are restricted to those of the newuser account (which
must be a known account in the unrestricted environment). The initial working directory is changed to
newroot.
chrootuid combines chroot(8) and su(1) into one program, so that there is no need to have commands such
as /usr/bin/su in the restricted environment.
Only the superuser can use the chrootuid command.
Diagnostics
Problems are reported to the syslog daemon if running on daemon mode. If running on interactive mode,
errors are reported on stderr.
Last Modification
Mon May 20 22:49:02 CEST 2007
Name
chrootuid - run command in restricted environment
Options
There is only one option for chrootuid: -i. That option makes it run in interactive mode. Errors will be
printed on stderr instead of through syslog and the exit status will be 1 if there are any errors.
Return Codes
The exit status of chrootuid when running on daemon mode (default) is always 0.
If it is running on interactive mode, it will exit with an exit status of 1 if there is any error in its
invocation, otherwise the exit status is the exit status of command.
See Also
chroot(8), su(1)
Synopsis
chrootuid [-i] newrootnewusercommand...
Version/Release
1.3
CHROOTUID(1)
