Earlier quoted context omitted.
As a kid I saw a sign going into the bathroom at Sears that said "prohibited behavior not allowed". I had to ask my mom what prohibited meant and was quite surprised when she explained that it means "not allowed".
Love it! I've seen a lot of signs like, "prohibited items are not allowed in facility." Especially TSA signs at the airport which also include guns and knives and such in big red circles with lines through them. I always wonder if those signs were made by a brilliant low-grade troll or not. I once added text that said, "Unauthorized access is not authorized" as a low-grade troll, and people liked it so it stayed
When was the famous "sudo warning" introduced? (2019)
91–100 of 180 posts
Re: When was the famous "sudo warning" introduced? (2019)
#92Back in the 90s we were told ostentatiously to include "unauthorised access is not permitted" to the login prompt. Why? Because the login prompt said "please login:" and this was being read by some bush lawyer as an invitation to connect, and therefore would impede a case if we had a hacker login with a stolen password. I think it was founded on urban myth, but I assure you this is what we were told to do: add text t…
Re: When was the famous "sudo warning" introduced? (2019)
#93Back in the 90s we were told ostentatiously to include "unauthorised access is not permitted" to the login prompt. Why? Because the login prompt said "please login:" and this was being read by some bush lawyer as an invitation to connect, and therefore would impede a case if we had a hacker login with a stolen password. I think it was founded on urban myth, but I assure you this is what we were told to do: add text t…
Re: When was the famous "sudo warning" introduced? (2019)
#94Re: When was the famous "sudo warning" introduced? (2019)
#95It's interesting how messages gets their own life. I was building a user-impersonation system, and it allowed a power-admin to login as another user to change their settings and to help them. When you signed in as the user it said: > You are now signed in as User\##{user_id}, behave nicely ;-) and when you switched back to your admin it said: > You are now signed back in as Admin\##{admin_id}, wreak havoc! ;-) I met…
Re: When was the famous "sudo warning" introduced? (2019)
#96Earlier quoted context omitted.
Interesting comment actually. I would have assumed that the vast majority of people using Linux are still sysadmins in small and large companies - this is certainly my personal experience. I wonder how many home users there are versus systems managed by sysadmins. I would still think there’s more in the corporate world, while I would think the opposite for Windows.
I hate to sound elitist, but I straight-up can’t do any serious coding on anything other than a Linux box. Most of what I do these days is statistical inference on bacterial genomes in the context of antibiotic treatment. I understand that I’m not the average user, but then again, nobody really is.
Let the flamewars begin!
Re: When was the famous "sudo warning" introduced? (2019)
#97Back in the 90s we were told ostentatiously to include "unauthorised access is not permitted" to the login prompt. Why? Because the login prompt said "please login:" and this was being read by some bush lawyer as an invitation to connect, and therefore would impede a case if we had a hacker login with a stolen password. I think it was founded on urban myth, but I assure you this is what we were told to do: add text t…
For anyone else who hasn't heard it before, a bush lawyer is "One who is not qualified in law yet attempts to expound on legal matters." https://en.m.wiktionary.org/wiki/bush_lawyer
Re: When was the famous "sudo warning" introduced? (2019)
#98Earlier quoted context omitted.
Okay, then just NOPASSWD yourself?
I've always had issues with nopasswd, maybe it's just a thing with how I'm doing it but it never seems to work in Arch
Maybe make sure there's only a single sudoers entry that applies to your user, and that single entry is NOPASSWD.
Re: When was the famous "sudo warning" introduced? (2019)
#99Pretty wild that sudo is still the most common authorization framework for linux.
Sudo will temporarily get you in su, whereas the cu command calls another user within the original shell. Designating kernel privileges within an instantiation works in the absence of a w-r permissions setting scheme for designating cron tasks + programs.
Re: When was the famous "sudo warning" introduced? (2019)
#100sudo also had the ominous warning, "This incident will be reported!" when you fail to authorize the request. ofc, it just just logged.
I remember my first linux admin gig and mistyping my password when using sudo then getting an email about it a few seconds later. After years of home linux use this amused me and was like "oh, so that's what happens when things are configured properly".