My only hickup is SElinux, otherwise the permission system on linux is annoying but admin friendly minus stuff like /dev/mem always being denied and libfuse understanding and miscommunicating the risks of the “allow users (with correct permissions) to access another user’s fuse partition” setting. (And its not user privicy, its DOS prevention)
tbf /dev/mem is mapped to physical memory, access to most of which is completely denied by the memory controller in the cpu (while it’s in usermode), no matter rhe access level
Lemme guess: Windows, hunh?
In windows you can just update the security settings and do anything you want with it.
It is a feature not a bug, that regular non-tech users can’t just go about deleting their System32.
I feel like Windows lacks some sort of switch that would clearly identify you as an advanced user allowed to do everything.
May be hidden as a flag in the registry, even.
Isn’t that what admin/root access is for?
Yes, and getting one on Windows is…problematic.
In Linux, you type sudo.
linux has the same gile ownership system, maybe even less advanced than windows (windows file perms are unnecessarily convoluted)
True, but in Linux is pretty trivial to change the ownership (or just use “sudo” if that’s sufficient. Windows it takes longer to do these things.
chmod in Windows is just as trivial
My only hickup is SElinux, otherwise the permission system on linux is annoying but admin friendly minus stuff like /dev/mem always being denied and libfuse understanding and miscommunicating the risks of the “allow users (with correct permissions) to access another user’s fuse partition” setting. (And its not user privicy, its DOS prevention)
tbf /dev/mem is mapped to physical memory, access to most of which is completely denied by the memory controller in the cpu (while it’s in usermode), no matter rhe access level
Removed by mod