Blaze (he/him)@lemmy.zip to Linux@programming.dev · 2 years agoLinux File Systemtelegra.phexternal-linkmessage-square20linkfedilinkarrow-up1163arrow-down110
arrow-up1153arrow-down1external-linkLinux File Systemtelegra.phBlaze (he/him)@lemmy.zip to Linux@programming.dev · 2 years agomessage-square20linkfedilink
minus-squarenanook@friendica.eskimo.comlinkfedilinkarrow-up1·2 years agoTemporary files can be created by user programs. On my machines, I made /tmp an in memory file system and also disallow execution or setuid/gid in this directory as much malware tries to abuse it in this manner.
Temporary files can be created by user programs. On my machines, I made /tmp an in memory file system and also disallow execution or setuid/gid in this directory as much malware tries to abuse it in this manner.