diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 00:11:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 00:11:13 +0000 |
commit | 7927e64f35bba463eb8de420454607fe40dca73c (patch) | |
tree | 30aefe518dfe82074a2e58f706f33a95458d79b3 /debian/rules | |
parent | Releasing progress-linux version 2.36.1-8+deb11u1progress6u1. (diff) | |
download | util-linux-7927e64f35bba463eb8de420454607fe40dca73c.tar.xz util-linux-7927e64f35bba463eb8de420454607fe40dca73c.zip |
Merging debian version 2.36.1-8+deb11u2.
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 e4986a7..3e34c75 100755 --- a/debian/rules +++ b/debian/rules @@ -37,6 +37,9 @@ CONFOPTS += --disable-chfn-chsh # => bsdmainutils CONFOPTS += --disable-cal +# 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. |