|
Description
|
When doing:
zlogin -l <username> <cmd>,
zlogin does the following:
zone_enter()
getpwnam()
The call to getpwnam() is used to set up the environment of the target user (HOME, SHELL)
correctly. In the case of a native zone, this is fine, but in the case of a branded zone, which may have a different libc or name service libraries, it is not ok to make library calls after zone_enter().
|