summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 19:32:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 19:32:33 +0000
commitcd2ab4e1bbaa777f120aded5dc46dc847397418b (patch)
tree5b4aeeb4fbedcf622ddc074ebc82df3c346baa36 /debian/rules
parentAdding debian version 2.39.3-10. (diff)
downloadutil-linux-cd2ab4e1bbaa777f120aded5dc46dc847397418b.tar.xz
util-linux-cd2ab4e1bbaa777f120aded5dc46dc847397418b.zip
Adding debian version 2.39.3-11.debian/2.39.3-11
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 7d29059..e61e41c 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.