From owner-freebsd-questions@FreeBSD.ORG Sat Jan 3 15:37:22 2004 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 6544A16A4CF for ; Sat, 3 Jan 2004 15:37:22 -0800 (PST) Received: from clanbuckbuck.org (12-211-125-56.client.attbi.com [12.211.125.56]) by mx1.FreeBSD.org (Postfix) with SMTP id 2A0F543D5A for ; Sat, 3 Jan 2004 15:37:19 -0800 (PST) (envelope-from ryallsd@datasphereweb.com) Received: (qmail 71949 invoked from network); 3 Jan 2004 23:37:18 -0000 Received: from unknown (HELO aragorn) (192.168.1.2) by 12-211-125-56.client.attbi.com with SMTP; 3 Jan 2004 23:37:18 -0000 From: "Derrick Ryalls" To: "'Per olof Ljungmark'" , Date: Sat, 3 Jan 2004 15:37:09 -0800 Message-ID: <003601c3d252$84853720$0201a8c0@aragorn> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <3FF2D376.1000108@intersonic.se> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: restrict perms on /etc/crontab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2004 23:37:22 -0000 > Can one restrict permissions on /etc/crontab without creating > troubles > if there are nothing special in there except what was > installed with the > system? > Why do you need to? It should only be writeable by root anyway. Normal users can just type crontab -e to make entries into their own personal crontabs, if needed. To answer your question, you could probably get away with a chmod of 600 as I think the cron daemon run as root.