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.
Description of problem:
install of insights-client fails when selinux is not enabled.
Version-Release number of selected component (if applicable):
insights-client-3.1.7-5.el8
How reproducible:
always
Steps to Reproduce:
1. install insights-client on a system with selinux disabled or install from a kickstart file (environment does not have selinux enabled
Actual results:
03:30:34,343 INF dnf.rpm: ValueError: SELinux policy is not managed or store cannot be accessed.
warning: %post(insights-client-0:3.1.7-9.el8_7.noarch) scriptlet failed, exit status 1
Expected results:
The semanage command in the post install scriptlet
semanage permissive --add insights_client_t
is causing the problem
%changelog
* Tue Dec 13 2022 Alba Hita <ahitacat> 0:3.1.7-8
- Set SELinux policy to permissive for insights_client_t module (RHBZ#2143310
being able to install the package
a similar issue was addressed in bind's spec file in the %post section by checking for selinux enabled before running selinux commands
https://pkgs.devel.redhat.com/cgit/rpms/bind/commit/?h=private-pemensik-staging-rhel7-bz1647659&id=59c183a5a8404486480fc1286c003055f1deaa2b
Additional info:
unable to build the foreman discovery image
Description of problem: install of insights-client fails when selinux is not enabled. Version-Release number of selected component (if applicable): insights-client-3.1.7-5.el8 How reproducible: always Steps to Reproduce: 1. install insights-client on a system with selinux disabled or install from a kickstart file (environment does not have selinux enabled Actual results: 03:30:34,343 INF dnf.rpm: ValueError: SELinux policy is not managed or store cannot be accessed. warning: %post(insights-client-0:3.1.7-9.el8_7.noarch) scriptlet failed, exit status 1 Expected results: The semanage command in the post install scriptlet semanage permissive --add insights_client_t is causing the problem %changelog * Tue Dec 13 2022 Alba Hita <ahitacat> 0:3.1.7-8 - Set SELinux policy to permissive for insights_client_t module (RHBZ#2143310 being able to install the package a similar issue was addressed in bind's spec file in the %post section by checking for selinux enabled before running selinux commands https://pkgs.devel.redhat.com/cgit/rpms/bind/commit/?h=private-pemensik-staging-rhel7-bz1647659&id=59c183a5a8404486480fc1286c003055f1deaa2b Additional info: unable to build the foreman discovery image