0x4E4F to linuxmemes@lemmy.worldEnglish · 3 months agoapt install firefoximagemessage-square123fedilinkarrow-up1798arrow-down114
arrow-up1784arrow-down1imageapt install firefox0x4E4F to linuxmemes@lemmy.worldEnglish · 3 months agomessage-square123fedilink
minus-squaredan@upvote.aulinkfedilinkarrow-up19arrow-down2·3 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-up9·3 months agoYou can’t use environment variables to set up apparmor rules.
minus-squareeskimofry@lemmy.worldlinkfedilinkarrow-up3·3 months agoWhat about using tilde to denote home?
minus-squarelengau@midwest.sociallinkfedilinkarrow-up3·3 months agoWhose home? Apparmor applies things at a system level, not at a user level.
minus-squareeskimofry@lemmy.worldlinkfedilinkarrow-up1·3 months agoThen how does $HOME make sense here?
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.