| Summary: | Various denials when running the puppetmaster under Passenger as a rack app | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sam Kottler <skottler> |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dcleal, dominick.grift, dwalsh, lvrabec, mgrepl, ohadlevy |
| Target Milestone: | --- | Flags: | mgrepl:
needinfo?
(skottler) |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-07-15 12:03:06 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: | |
What does # ps -efZ |grep passenger |
Description of problem: Here's the output of audit2allow: allow passenger_t ifconfig_exec_t:file { read getattr open execute execute_no_trans }; allow passenger_t proc_net_t:file { read getattr open }; allow passenger_t puppet_etc_t:file { execute execute_no_trans }; allow passenger_t puppet_log_t:file { write relabelfrom relabelto }; allow passenger_t puppet_var_lib_t:dir { relabelfrom relabelto create rmdir setattr }; allow passenger_t puppet_var_lib_t:file { relabelfrom relabelto }; How reproducible: This issue can always be reproduced when running the master under Passenger when enforcing. Expected results: The master will start without AVC denials. Additional info: