Index: linux_misc.c =================================================================== RCS file: /home/ncvs/src/sys/compat/linux/linux_misc.c,v retrieving revision 1.98 diff -u -r1.98 linux_misc.c --- linux_misc.c 2001/04/01 06:37:40 1.98 +++ linux_misc.c 2001/04/23 17:59:53 @@ -969,7 +969,7 @@ * Keep cr_groups[0] unchanged to prevent that. */ - if ((error = suser(p)) != 0) + if ((error = suser_xxx(NULL, p, PRISON_ROOT)) != 0) return (error); if (ngrp >= NGROUPS)