NetBSD-Bugs archive

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

Re: kern/53398: iwn0 off after X logout



The following reply was made to PR kern/53398; it has been noted by GNATS.

From: Patrick Welche <prlw1%cam.ac.uk@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/53398: iwn0 off after X logout
Date: Tue, 26 Jun 2018 13:39:27 +0100

 On Tue, Jun 26, 2018 at 12:35:01PM +0000, Martin Husemann wrote:
 >  It must be some userland problem in your local setup.
 
 I hope you are right...
 >
 >  Something in /etc/X11/xdm/TakeConsole?
 
 $ cat TakeConsole 
 #!/bin/sh
 # Reassign ownership of the console to root, this should disallow
 # assignment of console output to any random users's xterm
 #
 chmod 622 /dev/console
 chown root /dev/console
 


Home | Main Index | Thread Index | Old Index