summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 13:16:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 13:16:04 +0000
commit9839fe3fb1b7143e7038af5db77b766159915163 (patch)
tree4f3d300cdc6b1229f80986b2313e8d3f2e158431
parentUpdating vcs fields. (diff)
downloadsudo-9839fe3fb1b7143e7038af5db77b766159915163.tar.xz
sudo-9839fe3fb1b7143e7038af5db77b766159915163.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 937b8de..8ad9ac8 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-apparmor
enable AppArmor support
diff --git a/debian/rules b/debian/rules
index 60dbc87..77b3035 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,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)