csjp        2006-01-31 17:17:45 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty_pty.c 
  Log:
  Allow root in the host environment to open ptys within jailed environments.
  This logic change was introduced in revision 1.74:
  
  Correct an oversight in jail() that allowed processes in jail to access
  ptys in ways that might be unethical, especially towards processes not in
  jail, or in other jails.
  
  It should be fine to allow root in the host environment to do this. This
  allows for more effective monitoring of prisons from the host environment.
  
  Discussed with: rwatson
  MFC after:      1 week
  
  Revision  Changes    Path
  1.144     +1 -1      src/sys/kern/tty_pty.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to