| Summary: | Wrong parse security label | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Luwen Su <lsu> |
| Component: | libvirt-sandbox | Assignee: | Daniel Berrangé <berrange> |
| Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | ajia, dyuan |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-13 13:56:10 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: | |
|
Description
Luwen Su
2013-10-22 09:34:07 UTC
(In reply to time.su from comment #0) > Expected results: > shoulde be svirt_lxc_net_t It should be svirt_lxc_file_t, this has been fixed by upstream commit 507bbb3. commit 507bbb38afda8ced8baa81b51fbb746ff73ce2fd Author: Daniel P. Berrange <berrange> Date: Tue Oct 1 14:38:21 2013 +0100 Revert "virt-sandbox patch to launch containers with proper label" This reverts commit e55ca13a14a47eab274393e15f6a60cce8efedc8 which was mistakenly pushed. Signed-off-by: Daniel P. Berrange <berrange> The SELinux policy has made 'svirt_lxc_net_t' be an alias for 'svirt_sandbox_file_t'. So even though virt-sandbox-service is still using the former, it will appear as the latter when you use 'ls' to look at it. |