[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] file-has-acl: revert unintended change in behavior of ls -L
From: |
Kamil Dudka |
Subject: |
Re: [PATCH] file-has-acl: revert unintended change in behavior of ls -L |
Date: |
Mon, 3 Oct 2011 13:24:45 +0200 |
User-agent: |
KMail/1.13.7 (Linux/2.6.35.11-83.fc14.x86_64; KDE/4.6.5; x86_64; ; ) |
On Mon October 3 2011 13:09:21 Jim Meyering wrote:
> Kamil Dudka wrote:
> > On Mon October 3 2011 12:45:01 Jim Meyering wrote:
> >> Can you describe how to make "ls -L" misbehave without this patch?
> >
> > if you have a symlink to a file with ACL, 'ls -Ll' does not print the '+'
> > at end of the column with permission bits.
>
> Thanks. I expect to add something like this:
>
> $ touch k; setfacl -m user:${USER}:r k; ln -s k s; env ls -Log s
> -rw-r-----. 1 0 Oct 3 13:07 s
>
> That "." is wrong. It should be "+".
I am having problems finding a good way to detect that ls is capable
of detecting ACLs. AFAIK there is no such macro in config.h. The
preprocessor games in lib/file-has-acl.c are overly complicated.
What about the following scenario?
1. try ls -l directly on a regular file with ACL, check if it prints '+'.
2. if it succeeds, try the same on a regular file and a symbolic link
with/without -L
Kamil
Re: [PATCH] file-has-acl: revert unintended change in behavior of ls -L, Jim Meyering, 2011/10/03
Re: [PATCH] file-has-acl: revert unintended change in behavior of ls -L, Bruno Haible, 2011/10/03
Re: [PATCH] file-has-acl: revert unintended change in behavior of ls -L, Bruno Haible, 2011/10/03