[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: changing framebuffer device owner during login



Previously Jochen Voss wrote:
> Wouldn't something along the lines of
> 
>     lsof /dev/XXX | awk 'NR>1 { print $2; }' | xargs kill
> 
> do?

It would need kill -KILL (or preferably something like the --retry
option from start-stop-daemon), and it would not be as clean as a
working revoke().

> And how are the /dev/tty* devices handled?

Poorly currently, but we can't do any better unfortunately. 

> They seem to change owners and permissions.

login does that.

> That would be a duplicate of #50304 :-)

Heh, figures :(

Wichert.

-- 
  _________________________________________________________________
 /       Nothing is fool-proof to a sufficiently talented fool     \
| wichert@wiggy.net                   http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |



Reply to: