2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Merge pull request #235 from kernelmethod/apparmor_dependencies

Replace the Debian libselinux1 dependency with libapparmor1
This commit is contained in:
Todd C. Miller
2023-01-26 13:12:47 -07:00
committed by GitHub

View File

@@ -315,7 +315,7 @@ still allow people to get their work done."
%endif
%depend [deb]
libc6, libpam0g, libpam-modules, zlib1g, libselinux1
libc6, libpam0g, libpam-modules, zlib1g, libapparmor1
%fixup [deb]
# Add Conflicts, Replaces headers and add libldap dependency as needed.