Le 09/06/05 11:59 +0200, moreau francis écrivit:
>
> --- Frederik Deweerdt <[email protected]> a écrit :
>
> > I've just greped and I found :
> >
> > if (!retval && test_bit(TTY_EXCLUSIVE, &tty->flags) &&
> > !capable(CAP_SYS_ADMIN))
> > retval = -EBUSY;
> > in drivers/char/tty_io.c:tty_open
> >
> > Which sources are you looking at?
> >
>
> same source code but if another process has previously open the tty, how does
> this source code detect it ?
>
Sorry I misunderstood your question, there's no check on previous opens:
from man tty_ioctl:
TIOCEXCL void
Put the tty into exclusive mode. No _further_ open(2) operations on the terminal are permitted.
(They will fail with EBUSY, except for root.)
Emphasis mine.
Regards,
Frederik Deweerdt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]