[Touch-packages] [Bug 1992025] Re: When sudo does not require a password, it alters stty as though it is reading a password

2022-10-10 Thread Julian Andres Klode
As this needs SRUing presumably, as it's broken in kinetic, this needs a description of the impact. What does it mean that the state changed, how does it impact the user? Is this something security team wants to address, should foundations address this? ** Also affects: sudo (Ubuntu Jammy)

[Touch-packages] [Bug 1992025] Re: When sudo does not require a password, it alters stty as though it is reading a password

2022-10-06 Thread Seth Arnold
I wasn't able to reproduce on 20.04 LTS. I was able to reproduce on 22.04 LTS. This little script should work out of the box: $ cat /tmp/sudo-stty #!/bin/bash sudo ls mkdir /tmp/stty for i in `seq -w 1 999`; do stty -a > /tmp/stty/before.${i}; sudo sleep 1 & stty -a > /tmp/stty/after.${i}

[Touch-packages] [Bug 1992025] Re: When sudo does not require a password, it alters stty as though it is reading a password

2022-10-06 Thread Seth Arnold
** Changed in: sudo (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sudo in Ubuntu. https://bugs.launchpad.net/bugs/1992025 Title: When sudo does not require a password, it alters