Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
commit 0edc4223a97b26e26b91f02d2a39bd2f1a450825
Author: Miroslav Grepl <mgrepl>
Date: Thu Nov 14 11:21:17 2013 +0100
Add support for new zebra services:isisd,babeld. Add systemd support for zebra services.
commit 638a64f9f836d265a487467792a1dd87cf66d7a8
Author: Miroslav Grepl <mgrepl>
Date: Thu Nov 14 11:22:59 2013 +0100
Add support for 2608-2609 tcp/udp ports
This request was resolved in Red Hat Enterprise Linux 7.0.
Contact your manager or support representative in case you have further questions about the request.
Description of problem: Version-Release number of selected component (if applicable): quagga-0.99.22.4-1.el7.x86_64 selinux-policy-targeted-3.12.1-99.el7.noarch selinux-policy-minimum-3.12.1-99.el7.noarch selinux-policy-3.12.1-99.el7.noarch selinux-policy-doc-3.12.1-99.el7.noarch selinux-policy-devel-3.12.1-99.el7.noarch selinux-policy-mls-3.12.1-99.el7.noarch How reproducible: always Steps to Reproduce: # touch /etc/quagga/babeld.conf # service babeld start Redirecting to /bin/systemctl start babeld.service # service babeld status Redirecting to /bin/systemctl status babeld.service babeld.service - Babel routing daemon Loaded: loaded (/usr/lib/systemd/system/babeld.service; disabled) Active: active (running) since Wed 2013-11-13 22:09:38 CET; 2s ago Process: 3724 ExecStart=/usr/sbin/babeld -d $BABELD_OPTS -f /etc/quagga/babeld.conf (code=exited, status=0/SUCCESS) Main PID: 3725 (babeld) CGroup: /system.slice/babeld.service └─3725 /usr/sbin/babeld -d -A 127.0.0.1 -f /etc/quagga/babeld.conf Nov 13 22:09:38 rhel70 systemd[1]: Starting Babel routing daemon... Nov 13 22:09:38 rhel70 systemd[1]: Started Babel routing daemon. # ps -efZ | grep babeld system_u:system_r:init_t:s0 quagga 3725 1 0 22:09 ? 00:00:00 /usr/sbin/babeld -d -A 127.0.0.1 -f /etc/quagga/babeld.conf unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 root 3738 3451 0 22:09 pts/0 00:00:00 grep --color=auto babeld # Actual results: * babeld runs as init_t Expected results: * babeld runs in its own SELinux domain