Bug 1013109 - Various denials when running the puppetmaster under Passenger as a rack app [NEEDINFO]
Summary: Various denials when running the puppetmaster under Passenger as a rack app
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-27 20:56 UTC by Sam Kottler
Modified: 2014-07-15 12:03 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-15 12:03:06 UTC
Type: Bug
mgrepl: needinfo? (skottler)


Attachments (Terms of Use)

Description Sam Kottler 2013-09-27 20:56:37 UTC
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:

Comment 1 Miroslav Grepl 2013-10-07 11:36:50 UTC
What does

# ps -efZ |grep passenger


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