[Pkg-sssd-devel] [Git][sssd-team/sssd][master] Don't remove subid: lines from nsswitch.conf
Timo Aaltonen (@tjaalton)
gitlab at salsa.debian.org
Fri Feb 13 10:41:05 GMT 2026
Timo Aaltonen pushed to branch master at Debian SSSD packaging / sssd
Commits:
af1b3ec2 by Sam Morris at 2026-02-13T12:41:03+02:00
Don't remove subid: lines from nsswitch.conf
- - - - -
1 changed file:
- debian/sssd-common.preinst
Changes:
=====================================
debian/sssd-common.preinst
=====================================
@@ -17,14 +17,6 @@ install)
# Force the AppArmor profile to complain mode on install
inst_complain_profile
;;
-upgrade)
- if dpkg --compare-versions "$2" le 2.8.2-3; then
- # 2.8.2-2 added a line for subid which was premature given that
- # libsubid supports only a single database. Let's remove it to avoid
- # breaking systems where the user expects /etc/sub[ug]id to continue to
- # work.
- sed -E -i "${DPKG_ROOT}/etc/nsswitch.conf" -e '/^subid:\s*sss\s*$/d'
- fi
esac
#DEBHELPER#
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/commit/af1b3ec2777186be180fbd2675b24d8b685848c4
--
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/commit/af1b3ec2777186be180fbd2675b24d8b685848c4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-sssd-devel/attachments/20260213/571d0581/attachment.htm>
More information about the Pkg-sssd-devel
mailing list