Allows restricted root access for specified users
Go to file
Yaakov Selkowitz df275faead Avoid sendmail build dependency
sudo should be compatible with any MTA, any of which in Fedora provide
/usr/sbin/sendmail, and is used at build time only to determine its
location.  Instead of generalizing the build requirement (e.g. for RHEL
10 which includes only postfix), we can just tell sudo its location
during configure, in which case it is not needed at all to build.

However, doing so uncovered that systemd's presence was being relied
upon without being specified.  This too can be avoided by using the
macros to define the proper tmpfiles location during configure.
2024-02-08 16:46:56 -05:00
tests Initial commit for downstream tests using standard test interface 2017-10-05 15:32:54 -04:00
.gitignore Rabase to 1.9.15p5 2024-01-24 11:05:13 +01:00
changelog enable rpmautospec (https://docs.pagure.org/Fedora-Infra.rpmautospec/) 2021-08-25 11:03:18 -04:00
sources Rabase to 1.9.15p5 2024-01-24 11:05:13 +01:00
sudo.rpmlintrc Rebase to 1.9.1 2020-07-10 09:44:22 +02:00
sudo.spec Avoid sendmail build dependency 2024-02-08 16:46:56 -05:00
sudoers Rebase to 1.9.2 2020-09-15 16:49:29 +02:00