For those wondering where the reports go, under systemd-based linux distributions ideally you can get them with this: sudo journalctl /bin/sudo Historically speaking however the sysadmin with access to the 'mail' command would be able to run that and see mail delivered to root@localhost for these reports. I think at least OpenBSD still does things this way [1], but they moved away from sudo YEARS ago now [2] [1] http…
Remove “This incident will be reported.” from user warnings
121–130 of 302 posts
Re: Remove “This incident will be reported.” from user warnings
#122Earlier quoted context omitted.
I was surprised to start getting emails about my cron tasks once I set up my mail server. It's neat.
I've always felt it was a very bad practice not to do it. In a lot of companies but one they avoided it for fear of receiving emails. On that only company that did it, we made sure that mailbox was clean by actually having a look when cron scripts were crapping out or when users failed sudo repeatedly and contacted the users. It was a much better housekeeping than log on a box and see there are hundreds of unread ema…
Re: Remove “This incident will be reported.” from user warnings
#123Reminds me of using Win9x when programs crashed (as often happened then), prompting Windows to present those "This program has performed an illegal operation" dialogs. As a kid the only bit of that message that made any sense was "illegal operation" which made me wonder if I'd broken some law somehow.
Re: Remove “This incident will be reported.” from user warnings
#124Reminds me of using Win9x when programs crashed (as often happened then), prompting Windows to present those "This program has performed an illegal operation" dialogs. As a kid the only bit of that message that made any sense was "illegal operation" which made me wonder if I'd broken some law somehow.
I remember looking thru the BASIC manual and seeing “ILLEGAL...” error messages. I assumed it meant that doing whatever this was somehow violated tax laws. Made sense to me since the computer was used for bookkeeping.
Re: Remove “This incident will be reported.” from user warnings
#125I was always disappointed it never summoned some grumpy graybeard unix admin from a dark server room basement to give me a chiding lecture.
Re: Remove “This incident will be reported.” from user warnings
#126So 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...
Re: Remove “This incident will be reported.” from user warnings
#127Re: Remove “This incident will be reported.” from user warnings
#128When I was in uni, the computer science school actually did occasionally check these reports. Specifically, a guy named Chris checked them. Some friends of mine apparently used this to send him messages. `sudo hi chris`
Re: Remove “This incident will be reported.” from user warnings
#129Next step is to remove users/groups/sudo from Linux/UNIX entirely. I'm one person using the computer, running software I trust. I don't need it.
I suspect if you look in your passwd file you’ll find lots of users. Does nginx really need to read the files in your home directory?