Earlier quoted context omitted.
something like 99% of computers with sudo installed are single-user machines where the only effect of the warning is to scare people and it's only been the same since people started to switch to sudo in the late 90s; su never printed such a warning
>the only effect of the warning is to scare people Good. If you're not familiar with what sudo does, then you shouldn't be using it in the first place.
Remove “This incident will be reported.” from user warnings
131–140 of 302 posts
Re: Remove “This incident will be reported.” from user warnings
#132Funny story. When I was in grad school, the math department office I was in had Linux computers administrated by the department. One day I was goofing in my shared office with a fellow grad student by playing with what resources were available. We were trying sudo and failed with enough silly passwords that we got the "this incident will be reported" message. I confidently told my officemate that these messages were…
Re: Remove “This incident will be reported.” from user warnings
#133Earlier quoted context omitted.
[flagged]
I don't really think this is a security issue. If an attacker is able to try executing sudo on your system, you have much bigger problems (for example, data exfil can be done by non-sudo users in many cases, or if your system is sufficiently old there's known priviledge escalation exploits). I don't think an attacker gains much knowledge from knowing whether or not they're on the naughty list.
Re: Remove “This incident will be reported.” from user warnings
#134Re: Remove “This incident will be reported.” from user warnings
#135Re: Remove “This incident will be reported.” from user warnings
#136Earlier quoted context omitted.
Yes. More or less the first time I used Linux was on a fedora workstation at my desk at MIT. The very nice sysadmin down the hall sent me an email just a bit later saying "We see you were trying to install x program. We installed it for you." I understand that this is a very rare experience but the first time I saw that message, a helpful person was actually looking at these reports.
Does this kind of sysadmin still exists? (or do they even still have the freedom to be so kind?) I cannot really imagine that happening today, at least not in "professional" context.
Re: Remove “This incident will be reported.” from user warnings
#137Funny story. When I was in grad school, the math department office I was in had Linux computers administrated by the department. One day I was goofing in my shared office with a fellow grad student by playing with what resources were available. We were trying sudo and failed with enough silly passwords that we got the "this incident will be reported" message. I confidently told my officemate that these messages were…
I once entered 'sudo echo hi" or something similar on a large HPCC and received an email back from a sysadmin that just said "hello".
Re: Remove “This incident will be reported.” from user warnings
#138As it happens - "The warning was restored in a slightly altered form in 9757d29" ( https://github.com/sudo-project/sudo/commit/9757d29a24ac1872... ) - Millert.
Only 1/2 /s
Re: Remove “This incident will be reported.” from user warnings
#139Funny story. When I was in grad school, the math department office I was in had Linux computers administrated by the department. One day I was goofing in my shared office with a fellow grad student by playing with what resources were available. We were trying sudo and failed with enough silly passwords that we got the "this incident will be reported" message. I confidently told my officemate that these messages were…
I collected dozens of usernames and passwords before the professor of my CS class stopped me one day after class and said, you better stop whatever you're doing. Apparently the system saved the typing of all sessions and the admin actually went through all of them.
The next semester all the terminals had a physical switch installed that had to be pressed to reset the terminal before logon. That killed any running program. I was glad to play a small part in improving the security of my school lab.
Re: Remove “This incident will be reported.” from user warnings
#140So according to the comments it isn't actually gone, just the wording updated and now dependent on if you have actually set up the mailer to report it somewhere https://github.com/sudo-project/sudo/commit/9757d29a24ac1872...
But I use the output from sudo in my program, changing this message breaks my scripts. /s