Bug 1152818
Summary: | llz give ? for the security context of a file, which is wrong | |||
---|---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Lingfei Kong <lkong> | |
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | |
Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> | |
Severity: | low | Docs Contact: | ||
Priority: | medium | |||
Version: | unspecified | CC: | leiwang, linl, mbooth, ptoscano, rbalakri, wshi | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1152833 (view as bug list) | Environment: | ||
Last Closed: | 2017-06-26 14:03:07 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1152833, 1288337 |
Description
Lingfei Kong
2014-10-15 03:04:34 UTC
Moving this bug upstream as it is unlikely to be encountered by RHEL customers. 'llz' is mostly a debugging API, which gives human-readable output. If you want to find out the real attributes (including SELinux ones) of a file/directory, then 'lgetxattrs' is a better API for this. Also, since libguestfs 1.33.43, 'llz' (with most of the other SELinux APIs) is deprecated: https://github.com/libguestfs/libguestfs/commit/35bac3a6501354e4a3805877d950e741429f169b IMHO this should be considered NOTABUG. <rwmjones> pino|work: yeah I'd say close 1152818 as NOTABUG <rwmjones> (the API it never worked) Confirmed with Rich, so closing it. |