bugfindutils - Bugs: bug #40577, find -ls does not display file acl...

 
 

bug #40577: find -ls does not display file acl info

Submitter:  None
Submitted:  Thu 14 Nov 2013 07:16:57 AM UTC
   
 
Category:  find Severity:  3 - Normal
Item Group:  Wrong result Status:  None
Privacy:  Public Assigned to:  None
Originator Name:  Nagendra Originator Email:  -email is unavailable-
Open/Closed:  Open Release:  4.4.2
Fixed Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 14 Nov 2013 07:16:57 AM UTC, original submission:  

According to find info page find -ls is equivalent `ls -dils'.
Below is what we had observed

getfacl run.sh
# file: run.sh
# owner: vsnag
# group: vsnag
user::rwx
user:praveen:r-x
group::r-x
mask::r-x
other::r-x

find -maxdepth 1 -ls | grep run
184169    8 -rwxr-xr-x   1 vsnag    vsnag          31 Jun 23 20:20 ./run.sh

[vsnag@dctxvm214 ~]$ ls -dils run.sh
184169 8 -rwxr-xr-x+ 1 vsnag vsnag 31 Jun 23 20:20 run.sh

The permission field in find does not display "+" sign for files with acl.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code