Bug 1301258

Summary: Rolekit startup brings up firewalld which conflicts with shorewall
Product: [Fedora] Fedora Reporter: Frank Crawford <frank>
Component: rolekitAssignee: Thomas Woerner <twoerner>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 23CC: frank, sgallagh, twoerner
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-25 13:27:55 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 Frank Crawford 2016-01-23 06:39:42 UTC
Description of problem:
The latest version of rolekit's systemd configuration file includes a requirement for firewalld.  This conflicts with other firewall products, such as shorewall, and causes incorrect iptable rules to be applied


Version-Release number of selected component (if applicable):
rolekit-0.4.0.1-2.fc23.noarch

How reproducible:
100%

Steps to Reproduce:
1. systemctl disable firewalld.service
2. systemctl stop firewalld.service (if going)
3. systemctl restart rolekit.service

Actual results:
firewalld is restarted

Expected results:
firewalld not running

Additional info:
This appears to only have occurred in the latest RPM.

Comment 1 Stephen Gallagher 2016-01-25 13:27:55 UTC
This is intentional. Rolekit has a very tight dependency on firewalld. If you are using shorewall or another firewall service, then you should disable rolekit. The fact that we were missing this explicit dependency previously was a bug; rolekit would not have worked properly without it.