freebsd-dev/usr.sbin/jail
Maxim Konovalov 927b481001 o Implement -U flag: run command as user which exists only in jail.
o getpwnam(3) returns NULL and does not set errno when the user does
  not exist.  Bail out with "no such user" instead of "Unknown error: 0".

PR:		bin/67262
Submitted by:	demon (-U flag)
MFC after:	3 weeks
2004-05-29 18:39:27 +00:00
..
jail.8 o Implement -U flag: run command as user which exists only in jail. 2004-05-29 18:39:27 +00:00
jail.c o Implement -U flag: run command as user which exists only in jail. 2004-05-29 18:39:27 +00:00
Makefile o Add -u <username> flag to jail(8): set user context before exec. 2003-03-27 12:16:58 +00:00