RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1249430 - ocf:heartbeat:tomcat resource agents failed in SELinux enforcing mode
Summary: ocf:heartbeat:tomcat resource agents failed in SELinux enforcing mode
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: resource-agents
Version: 7.1
Hardware: All
OS: Linux
unspecified
high
Target Milestone: rc
: ---
Assignee: Oyvind Albrigtsen
QA Contact: cluster-qe@redhat.com
URL:
Whiteboard:
: 1383922 (view as bug list)
Depends On:
Blocks: 1280319 1394293
TreeView+ depends on / blocked
 
Reported: 2015-08-03 00:08 UTC by Naoya Hashimoto
Modified: 2016-12-07 10:14 UTC (History)
15 users (show)

Fixed In Version: resource-agents-3.9.5-82.el7
Doc Type: Bug Fix
Doc Text:
Cause: Tomcat failed to start from the resource agent when in SELinux enforced mode. Consequence: Tomcat failed to start. Fix: Use runuser instead of su when available. Result: Tomcat starts fine in SELinux enforced mode.
Clone Of: 1234276
: 1280319 1394293 (view as bug list)
Environment:
Last Closed: 2016-11-03 23:58:04 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Working patch (1.57 KB, patch)
2015-11-11 12:31 UTC, Oyvind Albrigtsen
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Apache Bugzilla 1234276 0 None None None Never
Red Hat Product Errata RHBA-2016:2174 0 normal SHIPPED_LIVE resource-agents bug fix and enhancement update 2016-11-03 13:16:36 UTC

Description Naoya Hashimoto 2015-08-03 00:08:19 UTC
+++ This bug was initially created as a clone of Bug #1234276 +++

Description of problem:
Tomcat resource agent (ocf:heartbeat:tomcat) never fails to run in SELiux enforcing mode because it uses su command. The cause of the issue and the workaround is the same as the bug #1234276, ocf:heartbeat:pgsql resource agent.

Version-Release number of selected component (if applicable):

 - OS: RHEL-7.1 (x86_64)
 - Kernel: 3.10.0-229.el7.x86_64
 - HA:
    corosync-2.3.4-4.el7_1.1.x86_64
    pacemaker-1.1.12-22.el7_1.2.x86_64,
    pcs-0.9.137-13.el7_1.2.x86_64
    resource-agents-3.9.5-40.el7
 - DB: postgresql-server-9.2.10-2.el7_1.x86_64

How reproducible:
100%


Steps to Reproduce:
* Enable SELinux and configure HA Cluster using RHHA Add-on, and install tomcat
* Run ocf:heartbeat:tomcat resource agent

Comment 4 Oyvind Albrigtsen 2015-11-11 12:31:18 UTC
Created attachment 1092682 [details]
Working patch

Comment 5 Oyvind Albrigtsen 2015-11-11 12:32:06 UTC
Tested and attached working patch from upstream.

Comment 6 michal novacek 2016-02-19 13:25:23 UTC
qaack: usual cluster tests should pass with selinux in enforcing mode for this agent

Comment 8 Oyvind Albrigtsen 2016-03-01 13:20:33 UTC
Before:
# rpm -q resource-agents
resource-agents-3.9.5-54.el7_2.6.x86_64
# pcs resource enable Tomcat
# tail -f /var/log/audit/audit.log
...
type=USER_AUTH msg=audit(1450704996.027:124): user pid=27217 uid=0 auid=0 ses=2 subj=unconfined_u:system_r:cluster_t:s0 msg='op=PAM:authentication acct="tomcat" exe="/bin/su" hostname=? addr=? terminal=? res=success'
type=USER_ACCT msg=audit(1450704996.027:125): user pid=27217 uid=0 auid=0 ses=2 subj=unconfined_u:system_r:cluster_t:s0 msg='op=PAM:accounting acct="tomcat" exe="/bin/su" hostname=? addr=? terminal=? res=success'
type=USER_START msg=audit(1450704996.041:126): user pid=27217 uid=0 auid=0 ses=2 subj=unconfined_u:system_r:cluster_t:s0 msg='op=PAM:session_open acct="tomcat" exe="/bin/su" hostname=? addr=? terminal=? res=success'
type=CRED_ACQ msg=audit(1450704996.041:127): user pid=27217 uid=0 auid=0 ses=2 subj=unconfined_u:system_r:cluster_t:s0 msg='op=PAM:setcred acct="tomcat" exe="/bin/su" hostname=? addr=? terminal=? res=success'
type=CRED_DISP msg=audit(1450704996.122:128): user pid=27217 uid=0 auid=0 ses=2 subj=unconfined_u:system_r:cluster_t:s0 msg='op=PAM:setcred acct="tomcat" exe="/bin/su" hostname=? addr=? terminal=? res=success'

After:
# rpm -q resource-agents
resource-agents-3.9.5-61.el7.x86_64
# pcs resource enable Tomcat
# tail -f /var/log/audit/audit.log
...
type=USER_START msg=audit(1450946772.674:53): user pid=4051 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:cluster_t:s0 msg='op=PAM:session_open acct="tomcat" exe="/sbin/runuser" hostname=? addr=? terminal=? res=success'
type=CRED_ACQ msg=audit(1450946772.674:54): user pid=4051 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:cluster_t:s0 msg='op=PAM:setcred acct="tomcat" exe="/sbin/runuser" hostname=? addr=? terminal=? res=success'
type=CRED_DISP msg=audit(1450946772.741:55): user pid=4051 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:cluster_t:s0 msg='op=PAM:setcred acct="tomcat" exe="/sbin/runuser" hostname=? addr=? terminal=? res=success'
type=USER_END msg=audit(1450946772.741:56): user pid=4051 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:cluster_t:s0 msg='op=PAM:session_close acct="tomcat" exe="/sbin/runuser" hostname=? addr=? terminal=? res=success'

Comment 11 Oyvind Albrigtsen 2016-09-16 13:17:50 UTC
Tested and working patch for systemd to make it work with the latest Tomcat version: https://github.com/ClusterLabs/resource-agents/pull/846

Comment 17 errata-xmlrpc 2016-11-03 23:58:04 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-2174.html

Comment 19 John Ruemker 2016-11-10 20:33:02 UTC
*** Bug 1383922 has been marked as a duplicate of this bug. ***


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