From owner-freebsd-hackers Thu Jan 18 3: 9:12 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id D4ACA37B699 for ; Thu, 18 Jan 2001 03:08:54 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 18 Jan 2001 11:08:45 +0000 (GMT) To: Neil Blakey-Milner Cc: Michael Bacarella , void , Peter Pentchev , hackers@FreeBSD.org Subject: Re: Permissions on crontab.. In-reply-to: Your message of "Thu, 18 Jan 2001 09:42:36 +0200." <20010118094236.A7426@rapier.smartspace.co.za> X-Request-Do: Date: Thu, 18 Jan 2001 11:08:44 +0000 From: David Malone Message-ID: <200101181108.aa07764@salmon.maths.tcd.ie> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > They do own their own crontab file. The setgid is for adjusting the > modification time on the crontab directory, to signal to cron that there > has been a change. I think there may be a neat way of dealing with all of this stuff using unix domain sockets with credential and discriptor passing. It wouldn't require crontab to be suid at all, but would still leave the directoires with their current permissions. I'll try to test it if I have time. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message