From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Miner Subject: Re: metas Permission Denied Date: Thu, 29 Apr 2004 15:52:17 -0500 Message-ID: <40916B01.1050803@mrs.umn.edu> References: <16528.46352.173184.528623@laputa.namesys.com> <39CF0546-99EE-11D8-8CFE-000A95C88606@aoc.nrao.edu> <16529.9818.916980.360020@laputa.namesys.com> <409129D4.6050703@namesys.com> <5C8CA275-9A1D-11D8-8CFE-000A95C88606@aoc.nrao.edu> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com In-Reply-To: <5C8CA275-9A1D-11D8-8CFE-000A95C88606@aoc.nrao.edu> List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Boyd Waters Cc: reiserfs-list > The traditional semantics of the 'x' bit on directories is awful; Banyan > Vines had an explicit 'scan' attrib on directories for this, and I > believe Windows has something as well. Some way to express "permission > to descend into this directory" as opposed to "permission to readdir() > this directory". Something that is NOT the 'x' bit. Would be perhaps too > awful or impossible to add to POSIX, I don't know. In Windows they also just have a bit for "traverse directory / execute file" and another bit for "list directory / read data". However, the default policy makes the OS ignore the traverse/execute for directory traversal (but not file execution) entirely! This might be the way to go in Linux as well.