diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 00:09:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 00:09:37 +0000 |
commit | 0f6ac83991fc9581d7880d536effe6e8ab837e9d (patch) | |
tree | 5d46f381e461fecb0d8003b825799112a7c6997b /debian/rules | |
parent | Adding debian version 2.36.1-8+deb11u1. (diff) | |
download | util-linux-debian.tar.xz util-linux-debian.zip |
Adding debian version 2.36.1-8+deb11u2.debian/2.36.1-8+deb11u2debian
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 83d6b34..716702a 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. |