diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 10:28:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 10:28:44 +0000 |
commit | 17c4ce5ac49021985057264de5d8033a7f21e0d0 (patch) | |
tree | fb72ea27bb5c2c1585d2230117530775ca3a8a0e /debian/rules | |
parent | Releasing progress-linux version 2.38.1-5~progress6.99u1. (diff) | |
download | util-linux-17c4ce5ac49021985057264de5d8033a7f21e0d0.tar.xz util-linux-17c4ce5ac49021985057264de5d8033a7f21e0d0.zip |
Merging debian version 2.38.1-5+deb12u1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
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. |