bug-findutils
[Top][All Lists]
Advanced

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

[bug #44078] Find fails if executed from a directory on which the user h


From: anonymous
Subject: [bug #44078] Find fails if executed from a directory on which the user has no list permissions and exec is an option used
Date: Sat, 24 Jan 2015 18:47:27 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

URL:
  <http://savannah.gnu.org/bugs/?44078>

                 Summary: Find fails if executed from a directory on which the
user has no list permissions and exec is an option used
                 Project: findutils
            Submitted by: None
            Submitted on: Sat 24 Jan 2015 06:47:26 PM UTC
                Category: find
                Severity: 3 - Normal
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Robbie
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.2
           Fixed Release: None

    _______________________________________________________

Details:

from my home directoy this works:
sudo -u www-data find /var/www/ -type d ! -perm -070
this does not:
sudo -u www-data find /var/www/ -type d ! -perm -070 -exec chmod 770 {} \;
failure message: find: pred.c:1932: launch: Assertion `starting_desc >= 0'
failed.

That same command works fine if I cd to / or /var/www.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44078>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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