Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Mar 2005 14:26:10 +0100
From:      David Landgren <david@landgren.net>
To:        questions@freebsd.org
Subject:   Re: Default security: other users can ACCESS MY HOMEDIR?!
Message-ID:  <42246D72.2020504@landgren.net>
In-Reply-To: <20050301122927.C1E464BDAA@ws1-1.us4.outblaze.com>
References:  <20050301122927.C1E464BDAA@ws1-1.us4.outblaze.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Fafa Diliha Romanova wrote:
> hey
> 
> i didn't realize all my users had full access to my homedir!
> that kinda sucks, me who thought i had everything private and locked down
> 
> what chmod should i set my homedir to then?

chmod 700 $HOME

> and how do i set my system to chmod all new homedirs to that chmod?

umask 0077

> 
> thanks!

You're welcome.

David




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42246D72.2020504>