Bug#985412: sudo: Re-defined aliases result in incorrect error message

2021-04-01 Thread Marc Haber
On Thu, Apr 01, 2021 at 01:38:39PM +0100, Chris Boot wrote: > Control: notfound -1 1.9.6-1~exp1 > > On 01/04/2021 11:33, Marc Haber wrote: > > On Wed, Mar 17, 2021 at 05:39:28PM +, Chris Boot wrote: > > > If a Cmnd_Alias (others may also be affected) is defined twice, the > > > error message

Bug#985412: sudo: Re-defined aliases result in incorrect error message

2021-04-01 Thread Chris Boot
Control: notfound -1 1.9.6-1~exp1 On 01/04/2021 11:33, Marc Haber wrote: On Wed, Mar 17, 2021 at 05:39:28PM +, Chris Boot wrote: If a Cmnd_Alias (others may also be affected) is defined twice, the error message produced is misleading: $ cat >test < Cmnd_Alias BUG_TEST = /bin/true

Bug#985412: sudo: Re-defined aliases result in incorrect error message

2021-04-01 Thread Marc Haber
On Wed, Mar 17, 2021 at 05:39:28PM +, Chris Boot wrote: > If a Cmnd_Alias (others may also be affected) is defined twice, the > error message produced is misleading: > > $ cat >test < > Cmnd_Alias BUG_TEST = /bin/true > > Cmnd_Alias BUG_TEST = /bin/true > > EOF > $ visudo -c -f test >

Bug#985412: sudo: Re-defined aliases result in incorrect error message

2021-03-17 Thread Chris Boot
Package: sudo Version: 1.9.5p2-3 Severity: normal Dear Maintainer, If a Cmnd_Alias (others may also be affected) is defined twice, the error message produced is misleading: $ cat >test < Cmnd_Alias BUG_TEST = /bin/true > Cmnd_Alias BUG_TEST = /bin/true > EOF $ visudo -c -f test test:2:32: Alias