this post was submitted on 05 Dec 2023
946 points (98.1% liked)

linuxmemes

20707 readers
861 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 4 points 9 months ago (15 children)

Let me rephrase my question:

Why would I not want to open nano as root?

No offense, but that sounds like more OCD behavior. ๐Ÿ˜… I don't need or want protection against myself, and I even loath the whole "that's not how you're supposed to do it"-mentality of linux (where when commands know very well what you want, instead of doing it, just tell you you forgot something). ๐Ÿ˜…

[โ€“] [email protected] 1 points 9 months ago (9 children)

It's probably to protect against any potential security vulnerabilities in the text editor program itself, not to protect you from yourself.

[โ€“] [email protected] 2 points 9 months ago (1 children)

You can say that just about anything.

sudo grub sudo boot sudo root=/dev/disk/linux sudo kernel-6.1.image sudo init sudo elogind sudo xterm sudo bash sudo nano

[โ€“] [email protected] 3 points 9 months ago* (last edited 9 months ago)

Again, like I replied to the other comment, most of the programs you need root for are designed with security in mind and are inherently more secure and have less vulnerabilities than a non security focused program (that is not to say that it is impossible for a security program to have vulnerabilities -it certainly occurred before and keeps occurring- they just have a lot fewer). But even if you need root permissions for a non security focused program, you still shouldn't let any program have it, the whole point is to minimize the surface of attack.

load more comments (7 replies)
load more comments (12 replies)