> On Mar 17, 2015, at 18:11, German <gentger...@gmail.com> wrote:
> 
>> Don't hit your head to a brick wall. A small strace to the login process 
>> reveals that login set things as you tell it to in /etc/login.defs
>> 
>> In this file change the line:
>> TTYPERM 0600
>> To:
>> TTYPERM 0620
>> 
>> And your problem is fixed.
> 
> Sorry, this didn't fix it

Yes. Sorry. The mode was wrong:

TTYPERM 660

Will fix it, if your screen is setgid tty and ttyX is gid tty. If not then:

TTYPERM 666

Will fix it, but also your tty will be world readable. If you don't consider 
that too big security risk, then just go ahead.

-- 
-Matti

Reply via email to