Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2001 12:08:54 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/linux linux_misc.c
Message-ID:  <200104241908.f3OJ8sC33196@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bra@fsn.hu>.
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104241908.f3OJ8sC33196>