diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 16:48:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 16:48:08 +0000 |
commit | f193976935bd1ac1fe7535a31a1671bb186b49d0 (patch) | |
tree | 66355147ca12f283fab0f026ac9335ea57d9c205 /debian/rules | |
parent | Adding debian version 2.38.1-5. (diff) | |
download | util-linux-f193976935bd1ac1fe7535a31a1671bb186b49d0.tar.xz util-linux-f193976935bd1ac1fe7535a31a1671bb186b49d0.zip |
Adding debian version 2.38.1-5+deb12u1.debian/2.38.1-5+deb12u1debian
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 a03d8cc..4c716cd 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. |