[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RFC: changing the "+" in ls -l output to be "." or "+"
From: |
Pádraig Brady |
Subject: |
Re: RFC: changing the "+" in ls -l output to be "." or "+" |
Date: |
Tue, 7 Apr 2009 14:40:45 +0100 |
User-agent: |
Thunderbird 2.0.0.6 (X11/20071008) |
Jim Meyering wrote:
> Pádraig Brady wrote:
>> Pádraig Brady wrote:
>>> Jim Meyering wrote:
>>>> You might want to do something similar to what I did in fts.c
>>>> with this change:
>>>>
>>>> http://git.sv.gnu.org/cgit/gnulib.git/commit/?id=97d5b66578be507
>>> Oh cool, thanks for that.
>> Hmm, looks like my Fedora 8 system at least with SELinux disabled,
>> will print security context for some files only.
>> I.E. I'm not sure it's possible to cache for performance.
>
> Please clarify. What commands are you using?
> Two files on the same partition?
> One has SELinux context and the other doesn't?
yep
$ head -n1 /etc/issue
Fedora release 8 (Werewolf)
$ selinuxenabled || echo disabled
disabled
$ ./ls -1Zd ~/public_html ~/ttt
user_u:object_r:httpd_sys_content_t:s0 ~/public_html
? ~/ttt
cheers,
Pádraig.
- Re: RFC: changing the "+" in ls -l output to be "." or "+", (continued)
- Re: RFC: changing the "+" in ls -l output to be "." or "+", Pádraig Brady, 2009/04/06
- Re: RFC: changing the "+" in ls -l output to be "." or "+", Jim Meyering, 2009/04/06
- Re: RFC: changing the "+" in ls -l output to be "." or "+", Pádraig Brady, 2009/04/07
- [PATCH] deprecating install --preserve_context as per the FIXME, Pádraig Brady, 2009/04/07
- Re: RFC: changing the "+" in ls -l output to be "." or "+", Andreas Schwab, 2009/04/07
- Re: RFC: changing the "+" in ls -l output to be "." or "+", Pádraig Brady, 2009/04/07
- Re: RFC: changing the "+" in ls -l output to be "." or "+", Jim Meyering, 2009/04/07
- Re: RFC: changing the "+" in ls -l output to be "." or "+", Jim Meyering, 2009/04/07
- Re: RFC: changing the "+" in ls -l output to be "." or "+", Pádraig Brady, 2009/04/07
- Re: RFC: changing the "+" in ls -l output to be "." or "+", Jim Meyering, 2009/04/07
- Re: RFC: changing the "+" in ls -l output to be "." or "+",
Pádraig Brady <=
- Re: RFC: changing the "+" in ls -l output to be "." or "+", Jim Meyering, 2009/04/07