Skip to content

Commit

Permalink
controller.py: sssd-polkit-rules package deprecated
Browse files Browse the repository at this point in the history
The sssd-polkit-rules package was deprecated in RHEL-10 and the code was
moved to sssd-common.
  • Loading branch information
GeorgePantelakis committed Jul 31, 2024
1 parent ef8cfe2 commit 554ded8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions SCAutolib/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@ def setup_system(self, install_missing: bool, gdm: bool, graphical: bool):
for u in self.lib_conf["users"]]):
packages += self._general_steps_for_ipa()

# In RHEL-10 we need one extra policy for the pcsc-lite to work
if isDistro(['rhel', 'centos'], version='10'):
packages += ["sssd-polkit-rules"]

# Check for installed packages
missing = _check_packages(packages)
if install_missing and missing:
Expand Down

0 comments on commit 554ded8

Please sign in to comment.