From owner-freebsd-questions Tue Sep 25 12:14:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from comp04.prc.uic.edu (comp04.prc.uic.edu [128.248.230.104]) by hub.freebsd.org (Postfix) with SMTP id 5B57637B41F for ; Tue, 25 Sep 2001 12:11:29 -0700 (PDT) Received: (qmail 34732 invoked by uid 1000); 25 Sep 2001 19:04:15 -0000 Date: Tue, 25 Sep 2001 14:04:15 -0500 From: Lucas Bergman To: cyu0635@home.com Cc: questions@FreeBSD.ORG Subject: Re: directory security Message-ID: <20010925140415.F26120@comp04.prc.uic.edu> Reply-To: lucas@slb.to References: <3BB067FB.605D6119@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3BB067FB.605D6119@home.com>; from cyu0635@home.com on Tue, Sep 25, 2001 at 07:18:20AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Is it possible to set the /etc directory not allow the user to read > it? chmod 711 I don't think this will break the world, at least not in an obvious way, since I can't think of any non-root process that scans /etc. Of course, this buys you almost no security; about all it prevents from a user's perspective is "ls /etc", AFAIK. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message