Ugly Hack: Sticky Bit¶
Sticky Bit¶
Sticky bit: motivation
Ugly hack!
Everyone has write permissions in
/tmp
⟶ everyone can create files
⟶ everyone can remove files
Chaos: everyone can remove each other’s files
$ ls -ld /tmp
drwxrwxrwt ... /tmp
Sticky bit: motivation
Ugly hack!
Everyone has write permissions in /tmp
⟶ everyone can create files
⟶ everyone can remove files
Chaos: everyone can remove each other’s files
$ ls -ld /tmp
drwxrwxrwt ... /tmp