K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-04-24T19:08:53.000000Z K 7 svn:log V 376 o Change a suser() call to a suser_xxx(..., PRISON_ROOT) call in the linuxulator so as to allow privileged processes within a jail() to invoke the Linux initgroups() system call. This allows the Linux "su" to work properly (better) when running a complete Linux environment under jail(). This problem was reported by Attila Nagy . Reviewed by: marcel END