adduser setting permissions wrong

2013-10-26 Thread John Tate
adduser is setting permissions so everyone can read a users home
directory. I've never done much configuration of this tool so I can't
seem to find where to change this, I thought there would be an option
in adduser.conf.

Here is a new user:
drwxr-xr-x   3 test test  512 Oct 26 20:42 test

I'd really like them to be 770

-- 
www.johntate.org



Re: adduser setting permissions wrong

2013-10-26 Thread Nicolai
On Sun, Oct 27, 2013 at 02:50:23PM +1100, John Tate wrote:
 Here is a new user:
 drwxr-xr-x   3 test test  512 Oct 26 20:42 test
 
 I'd really like them to be 770

chmod 770 /etc/skel

Nicolai