# rpm --verify coreutils ... ........C /bin/basename ...
What does this "C" mean? $ man rpm doesn't (seem to?) mention anything about it.
-- Rex
What does this "C" mean? $ man rpm doesn't (seem to?) mention anything about it.
SELinux context on that particular file has changed. It should be documented in the man page, but it isn't.
Rex Dieter wrote:
# rpm --verify coreutils ... ........C /bin/basename ...
What does this "C" mean? $ man rpm doesn't (seem to?) mention anything about it.
Google was my friend. For posterity: http://www.redhat.com/archives/rpm-list/2005-November/msg00099.htm
(It has something to do with selinux context)
-- Rex
On Mon, 2006-07-24 at 08:19 -0500, Rex Dieter wrote:
# rpm --verify coreutils ... ........C /bin/basename
The format of the output is a string of 8 characters, a possible attribute marker:
c %config configuration file. <<-- MY GUESS d %doc documentation file.
...
What does this "C" mean? $ man rpm doesn't (seem to?) mention anything about it.
-- Rex
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Mon, 2006-07-24 at 09:26 -0400, William L. Maltby wrote:
On Mon, 2006-07-24 at 08:19 -0500, Rex Dieter wrote:
# rpm --verify coreutils ... ........C /bin/basename
The format of the output is a string of 8 characters, a possible attribute marker:
c %config configuration file. <<-- MY GUESS d %doc documentation file.
Further behind than I thought. After seeing your other posts, I verified coreutils and it uses little 'c' *and* has a space separator. So "8 characters is apparently "9 characters" and we have some new undocumented stuff.
<snip>