0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 2 months agoapt install firefoxsh.itjust.worksimagemessage-square128fedilinkarrow-up1793arrow-down113
arrow-up1780arrow-down1imageapt install firefoxsh.itjust.works0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 2 months agomessage-square128fedilink
minus-squareoriginaltnavn@lemm.eelinkfedilinkarrow-up41arrow-down1·2 months agoThis is literally the reason why I switched over to Debian. At least back then, snaps wouldn’t work if the home folders were not under /home/<username>, breaking all computers on the system I helped run.
minus-squaredan@upvote.aulinkfedilinkarrow-up18arrow-down2·2 months ago At least back then, snaps wouldn’t work if the home folders were not under /home/<username>, Do you mean that it literally had /home/ hard-coded instead of using $HOME? That’s crazy if so.
minus-squarelengau@midwest.sociallinkfedilinkarrow-up8·2 months agoYou can’t use environment variables to set up apparmor rules.
minus-squareeskimofry@lemmy.worldlinkfedilinkarrow-up3·2 months agoWhat about using tilde to denote home?
minus-squarelengau@midwest.sociallinkfedilinkarrow-up3·2 months agoWhose home? Apparmor applies things at a system level, not at a user level.
minus-squareeskimofry@lemmy.worldlinkfedilinkarrow-up1·1 month agoThen how does $HOME make sense here?
This is literally the reason why I switched over to Debian. At least back then, snaps wouldn’t work if the home folders were not under /home/<username>, breaking all computers on the system I helped run.
Do you mean that it literally had
/home/
hard-coded instead of using$HOME
? That’s crazy if so.You can’t use environment variables to set up apparmor rules.
What about using tilde to denote home?
Whose home? Apparmor applies things at a system level, not at a user level.
Then how does $HOME make sense here?
It doesn’t - that’s the point.