summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 16:48:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 16:48:19 +0000
commitbef1ac770bd81aa14ac369b3563afdce62d85eec (patch)
tree65706c2e5016c4dc1a445a0b380faa5d6329ad56 /debian/rules
parentReleasing progress-linux version 2.38.1-5+b1progress7u1. (diff)
downloadutil-linux-bef1ac770bd81aa14ac369b3563afdce62d85eec.tar.xz
util-linux-bef1ac770bd81aa14ac369b3563afdce62d85eec.zip
Merging debian version 2.38.1-5+deb12u1.
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 3abe74c..0aaed3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,6 +45,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.