anna on Nostr: npub1ztfll…8nzmz if you mean the root filesystem, that's pretty much already the ...
npub1ztfllrnzk7y0wt3c5hgmn7h7l5r2c6j7550zh8647x4mymsghx2q88nzmz (npub1ztf…nzmz) if you mean the root filesystem, that's pretty much already the case
you're not supposed to edit anything outside of /etc /home /var and /usr/local... everything else is managed my the package manager and assumed immutable, on most systems, changes to files in /usr or basically anywhere not listed up there, are overridden in package updates/reinstalls
my 'out-out' of immutability is simply running `doas` (or `sudo`), and doing so entails me knowing what i'm doing.
you're not supposed to edit anything outside of /etc /home /var and /usr/local... everything else is managed my the package manager and assumed immutable, on most systems, changes to files in /usr or basically anywhere not listed up there, are overridden in package updates/reinstalls
my 'out-out' of immutability is simply running `doas` (or `sudo`), and doing so entails me knowing what i'm doing.