Bug 1052401
Summary: | Unauthorized SELinux context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Nicolas Mailhot <nicolas.mailhot> |
Component: | selinux-policy-targeted | Assignee: | Miroslav Grepl <mgrepl> |
Status: | CLOSED RAWHIDE | QA Contact: | Ben Levenson <benl> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | dwalsh |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-01-20 08:02:09 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: |
Description
Nicolas Mailhot
2014-01-13 18:54:48 UTC
Try to turn on the cron_userdomain_transition boolean # setsebool -P cron_userdomain_transition 1 This might be caused by the entrypoint change? Definitely yes but I believe it is correct and users need to turn on the boolean. It has been adopted from upstream. Which boolean? # setsebool -P cron_userdomain_transition 1 Does not work Unauthorized SELinux context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 file_context=unconfined_u:object_r:user_cron_spool_t:s0 (/var/spool/cron/nim) getsebool cron_userdomain_transition cron_userdomain_transition --> on Ok,taking back. You are right, this boolean does not affect unconfined_t SELinux user. commit 31456ed1981a7668ab06890151527e42b02a7e2e Author: Miroslav Grepl <mgrepl> Date: Mon Jan 20 09:01:49 2014 +0100 Add cron unconfined role support for uncofined SELinux user |