madthumbs@sh.itjust.worksM to Linuxsucks@sh.itjust.worksEnglish · 2 days agoHow to make a Linux user sweat.sh.itjust.worksimagemessage-square9fedilinkarrow-up161arrow-down124
arrow-up137arrow-down1imageHow to make a Linux user sweat.sh.itjust.worksmadthumbs@sh.itjust.worksM to Linuxsucks@sh.itjust.worksEnglish · 2 days agomessage-square9fedilink
minus-squareunhrpetby@sh.itjust.workslinkfedilinkEnglisharrow-up1·edit-217 hours ago chmod 500 /home/bob Now your user can’t create or rename files in that top level directory. This means your programs can’t either. Set XDG_CONFIG_HOME to /home/bob/.config There are more variables, but this one alone is the biggest change. Move/remove offending programs. Self explanatory. Spec, support.
Now your user can’t create or rename files in that top level directory. This means your programs can’t either.
There are more variables, but this one alone is the biggest change.
Self explanatory.
Spec, support.