bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug #25538] excluded files are still stat()ed


From: Phillip Susi
Subject: Re: [bug #25538] excluded files are still stat()ed
Date: Wed, 11 Feb 2009 16:43:04 -0500
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

Kevin Pulo wrote:
address@hidden:~# du -axk /home/kev/mnt/sf du: cannot access `/home/kev/mnt/sf/home': Permission denied
4       /home/kev/mnt/sf
address@hidden:~# du -axk --exclude=/home/kev/mnt/sf/home /home/kev/mnt/sf
du: cannot access `/home/kev/mnt/sf/home': Permission denied
4       /home/kev/mnt/sf
address@hidden:~# echo $? 1 address@hidden:~#

The fuse mount point is /home/kev/mnt/sf/home right? I believe this is a bug in the fuse kernel filesystem driver. While it can refuse access to the contents of the filesystem, a stat on the mount point itself should work and probably return a mode indicating you do not have read or execute access to the directory so tools know not to try traversing it.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]