Bug 216670 - stat -c "%C" prints "(null)" in apite of the security context.
Summary: stat -c "%C" prints "(null)" in apite of the security context.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: coreutils
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact:
URL:
Whiteboard:
: 216671 (view as bug list)
Depends On:
Blocks: FC6Update
TreeView+ depends on / blocked
 
Reported: 2006-11-21 14:44 UTC by KaiGai Kohei
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version: 5.97-12.2.fc6
Clone Of:
Environment:
Last Closed: 2007-01-03 17:53:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
This patch enables to read security context anytime to prepare parsing "%C" (1.15 KB, text/plain)
2006-11-21 14:44 UTC, KaiGai Kohei
no flags Details

Description KaiGai Kohei 2006-11-21 14:44:39 UTC
Description of problem:
When we execute 'stat' with -c option and a format string including "%C",
it prints "(null)" in spite of the security context of the files specified.

Version-Release number of selected component (if applicable):
I confirmed it on coreutils-5.97-14.fc7.
Probably, we can reproduce this problem in any recent version of coreutils.

How reproducible:
% stat -c "%C" hoge.txt
(null)

We expect the following result.
% stat -c "%C" hoge.txt
user_u:object_r:user_home_t:s0
  
Additional info:

Comment 1 KaiGai Kohei 2006-11-21 14:44:39 UTC
Created attachment 141766 [details]
This patch enables to read security context anytime to prepare parsing "%C"

Comment 2 Tim Waugh 2006-11-21 14:49:49 UTC
*** Bug 216671 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.