summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 21:27:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 21:27:44 +0000
commit34992d8dc2803519ea79f9d0a869aac9e8125e7b (patch)
tree49e8e5dff446192bbaa83941fb612ca858cc4845
parentUpdating vcs fields. (diff)
downloadsudo-34992d8dc2803519ea79f9d0a869aac9e8125e7b.tar.xz
sudo-34992d8dc2803519ea79f9d0a869aac9e8125e7b.zip
Disabling admin-flag.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/OPTIONS4
-rwxr-xr-xdebian/rules1
2 files changed, 0 insertions, 5 deletions
diff --git a/debian/OPTIONS b/debian/OPTIONS
index 89df725..ca4ecf3 100644
--- a/debian/OPTIONS
+++ b/debian/OPTIONS
@@ -72,10 +72,6 @@ The following options were used to configure sudo for Debian GNU/Linux.
use Debian's zlib
- --enable-admin-flag
-
- Create a Ubuntu-style admin flag file
-
--with-selinux
enable SELinux support
diff --git a/debian/rules b/debian/rules
index 181f389..f4c08f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,6 @@ define CONFIGURE_ARGS
--with-rundir=/run/sudo
--with-sssd --with-sssd-lib=/usr/lib/$(DEB_HOST_MULTIARCH)
--enable-zlib=system
- --enable-admin-flag
endef
ifeq ($(DEB_HOST_ARCH_OS),linux)