From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Knoell Subject: Making directories non-executable? Date: Tue, 23 Mar 2004 11:25:12 -0700 Sender: linux-admin-owner@vger.kernel.org Message-ID: <200403231125.12660.jens@surefoot.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Id: Content-Type: text/plain; charset="us-ascii" To: Linux Admin In an effort to tighten security, I'm trying to find out if there is any solution out there to make certain world-writable directories non-executable? I'd imagine an execve() wrapper should be able to do that, but I was not graced with finding any solution at all. Jen