[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coreutils] [PATCHv2] stat: print SELinux context when available
From: |
Jim Meyering |
Subject: |
Re: [coreutils] [PATCHv2] stat: print SELinux context when available |
Date: |
Mon, 04 Oct 2010 12:17:27 +0200 |
Pádraig Brady wrote:
> On 01/10/10 21:41, Jim Meyering wrote:
>> Eric Blake wrote:
>>> * src/stat.c (default_format): Include context when present.
>>
>> This is a close call, but I think it is justified.
>> stat's default format should show as much information
>> as possible, and no one should be parsing it.
>> SELinux context, when available, deserves to be printed here.
>
> So I guess in future we might add other non stat(2) meta-data like,
> ACLs, capabilities, other extended attributes... ?
No one has asked for it, but now that you mention it,
that does make sense. Being able to use one tool (stat) to
get at all types of metadata seems like it'd be worth the effort.
- [coreutils] stat and SELinux context, Eric Blake, 2010/10/01
- Re: [coreutils] stat and SELinux context, Pádraig Brady, 2010/10/01
- [coreutils] [PATCH] stat: print SELinux context when available, Eric Blake, 2010/10/01
- Re: [coreutils] [PATCHv2] stat: print SELinux context when available, Pádraig Brady, 2010/10/05
- Re: [coreutils] [PATCHv2] stat: print SELinux context when available, Jim Meyering, 2010/10/05
- Re: [coreutils] [PATCHv2] stat: print SELinux context when available, Pádraig Brady, 2010/10/05
- Re: [coreutils] [PATCHv2] stat: print SELinux context when available, Eric Blake, 2010/10/05
- Re: [coreutils] [PATCHv2] stat: print SELinux context when available, Jim Meyering, 2010/10/05
- [coreutils] [PATCH] stat: drop %C support when printing file system details, Eric Blake, 2010/10/05
- Re: [coreutils] [PATCH] stat: drop %C support when printing file system details, Eric Blake, 2010/10/05
- Re: [coreutils] [PATCH] stat: drop %C support when printing file system details, Jim Meyering, 2010/10/05
- Re: [coreutils] [PATCH] stat: optimize and translate default format strings, Jim Meyering, 2010/10/01
- Re: [coreutils] [PATCH] stat: optimize and translate default format strings, Eric Blake, 2010/10/01