diff options
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. |