sudo-project / sudo

Utility to execute a command as another user
https://www.sudo.ws
Other
1.16k stars 208 forks source link

Replace the Debian libselinux1 dependency with libapparmor1 #235

Closed kernelmethod closed 1 year ago

kernelmethod commented 1 year ago

Debian >= 10 uses AppArmor by default instead of SELinux, so SELinux-related sudo features are typically going to be unusable in Debian installs. This changes the dependency on libselinux1 to be a dependency on libapparmor1 for .deb packages built with make package.

kernelmethod commented 1 year ago

(This is a slightly overdue change, which I was initially hesitant to make, to follow #148)