From owner-cvs-all Tue Apr 24 12: 8:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB42B37B422; Tue, 24 Apr 2001 12:08:54 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3OJ8sC33196; Tue, 24 Apr 2001 12:08:54 -0700 (PDT) (envelope-from rwatson) Message-Id: <200104241908.f3OJ8sC33196@freefall.freebsd.org> From: Robert Watson Date: Tue, 24 Apr 2001 12:08:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/04/24 12:08:54 PDT Modified files: sys/compat/linux linux_misc.c Log: 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 Revision Changes Path 1.100 +2 -2 src/sys/compat/linux/linux_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message