Actions
Bug #7388
closedPolicy module isn't reloaded when upgrading RPM
Description
The RPM postinstall scriptlet doesn't appear to reload the new module into the SELinux policy when the package is upgraded(!).
[root@localhost ~]# semodule -l | grep foreman [root@localhost ~]# yum install foreman-selinux-1.6.0-0.1.RC1.el7 -y >/dev/null 2>&1; echo $? 0 [root@localhost ~]# semodule -l | grep foreman foreman 1.6.0.0.1 [root@localhost ~]# yum upgrade foreman-selinux-1.6.0-0.2.RC2.el7 -y >/dev/null 2>&1; echo $? 0 [root@localhost ~]# semodule -l | grep foreman foreman 1.6.0.0.1
This appears to have been introduced in #6780 for 1.6.
Updated by Dominic Cleal about 10 years ago
- Related to Bug #6780: Unable to remove foreman-selinux added
Updated by Anonymous about 10 years ago
- Target version changed from 1.7.4 to 1.7.3
Updated by Dominic Cleal about 10 years ago
- Status changed from New to Assigned
- Assignee set to Dominic Cleal
Updated by The Foreman Bot about 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman-selinux/pull/33 added
- Pull request deleted (
)
Updated by Dominic Cleal about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Actions