diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 05:02:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 05:02:29 +0000 |
commit | 10ce8b7ddaee462b3d8aae3028df2937610712ee (patch) | |
tree | 838c2bf4cd11a54546ad2432bd3d42fffa4a6d55 /debian/rules | |
parent | Adding debian version 2.33.1-0.1. (diff) | |
download | util-linux-debian.tar.xz util-linux-debian.zip |
Adding debian version 2.33.1-0.1+deb10u1.debian/2.33.1-0.1+deb10u1debian
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 86a1463..eeae9f7 100755 --- a/debian/rules +++ b/debian/rules @@ -42,6 +42,9 @@ CONFOPTS += --disable-col --disable-colcrt --disable-colrm --disable-column CONFOPTS += --disable-ul CONFOPTS += --disable-cal +# Don't install wall(1) setgid tty, 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. |