Re: [TTY] exclusive mode question

From: moreau francis
Date: Thu Jun 09 2005 - 06:45:31 EST



--- Frederik Deweerdt <dev.deweerdt@xxxxxxxxxxx> 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.)
>

oh ok...sorry I misunderstood TIOEXCL meaning ;)
Do you know how I could implement such exclusive mode (the one I described) ?

thanks

Francis





_____________________________________________________________________________
Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vidéos !
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/