summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 19:32:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 19:32:40 +0000
commitb0d092ba4b4db44701c7c00769a227271b01dc0e (patch)
tree36ca61ed558ec8c3ec6d74afdace85080edb5b88 /debian/rules
parentReleasing progress-linux version 2.39.3-10~progress7.99u1. (diff)
downloadutil-linux-b0d092ba4b4db44701c7c00769a227271b01dc0e.tar.xz
util-linux-b0d092ba4b4db44701c7c00769a227271b01dc0e.zip
Merging debian version 2.39.3-11.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 49861f2..6c8db96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,6 +47,9 @@ CONFOPTS += --disable-cal
# Keep hwclock as GPLv2 (and others)
CONFOPTS += --disable-hwclock-gplv3
+# Reduce setgid programs (cf. CVE-2024-28085)
+CONFOPTS += --disable-use-tty-group
+
# Get the list of binary package, except lib* and *-udeb, from
# debian/control instead of hardcoding the list when installing
# bash-completions below.