• 0 Posts
  • 59 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle








  • If you own your own bank, then i think you login as the one with full previlages. Yes when doing administrator things, you have to use sudo. The problem with root with sudo is, you authenticate as a user, then gain full permission from root, i.e analogous to login in to bank with full previlages.

    As a person who need to run sudo command its better to just verify yourself as root user to gain “full access”. I’m not saying about partial previlages. That is i just need a script which is just su -c with environment variables being copied



  • su is the best. I mean, i should be using the admin (root) password for admin things, not the user password of user who is already logged in. And there needs to be a root service already running to make user have root previlages which is dumb imo. Sudo vulnerability could cause previlage escalation but if there is no root process managing this, then it can’t leak the root access. Only kernel security issue(or other root processes) will leak root access if that was the case, which i think is better.






  • Yes. I am probably misunderstabding things. To my knowledge, libreboot is a FOSS alternative for UEFI. Correct me if i’m wrong. Libreboot exist to replace the proprietary uefi. Again correct me if i’m wrong. Since libreboot replaces uefi, it also would allow booting from usb, no? Checking libreboot website i saw tianocore mentioned in some release changelog which they will not be including in the default ones because its bloated and buggy. They say they use other payloads. I still don’t understand why tianocore is uefi.

    Whatever if libreboot itself does not allow booting from usb, how would a libreboot user install any os at all?