[BACK]Return to tty_tty.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/kern/tty_tty.c between version 1.23 and 1.24

version 1.23, 2003/10/15 11:29:00 version 1.24, 2005/02/26 21:34:55
Line 80  cttyopen(dev, flag, mode, p)
Line 80  cttyopen(dev, flag, mode, p)
          * Since group is tty and mode is 620 on most terminal lines           * Since group is tty and mode is 620 on most terminal lines
          * and since sessions protect terminals from processes outside           * and since sessions protect terminals from processes outside
          * your session, this check is probably no longer necessary.           * your session, this check is probably no longer necessary.
          * Since it inhibits setuid root programs that later switch           * Since it inhibits setuid root programs that later switch
          * to another user from accessing /dev/tty, we have decided           * to another user from accessing /dev/tty, we have decided
          * to delete this test. (mckusick 5/93)           * to delete this test. (mckusick 5/93)
          */           */

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb <webmaster@jp.NetBSD.org>