From owner-freebsd-questions@FreeBSD.ORG Wed Mar 2 17:01:20 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24C6016A4CE for ; Wed, 2 Mar 2005 17:01:20 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB2EE43D5A for ; Wed, 2 Mar 2005 17:01:19 +0000 (GMT) (envelope-from linicks@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so205358rns for ; Wed, 02 Mar 2005 09:01:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=GugTMvqDV4M2mrYuc/UU7NiJam0u+S8vOuB150ZFdRRdyZcvZKhrntyRWVM6VOE7E2TAwNktQ4oceiaY5ZBxqYevRY3kAZPV9u4B4Q3djhtZ0WczfWNLKcmrl8PPCkTWAjY0D51utXTfwgEIFvp13lepcQG7MgFiD8t5oAqpJDo= Received: by 10.38.8.39 with SMTP id 39mr18986rnh; Wed, 02 Mar 2005 09:01:19 -0800 (PST) Received: by 10.38.8.69 with HTTP; Wed, 2 Mar 2005 09:01:19 -0800 (PST) Message-ID: Date: Wed, 2 Mar 2005 10:01:19 -0700 From: Nick Pavlica To: David Landgren In-Reply-To: <42246D72.2020504@landgren.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050301122927.C1E464BDAA@ws1-1.us4.outblaze.com> <42246D72.2020504@landgren.net> cc: questions@freebsd.org Subject: Re: Default security: other users can ACCESS MY HOMEDIR?! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nick Pavlica List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 17:01:20 -0000 How would you restrict regular users from accessing any part of the file system accept there home dirs? Is this even possible? On Tue, 01 Mar 2005 14:26:10 +0100, David Landgren wrote: > 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 > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >