Fórumok
https://www.theregister.co.uk/2015/01/17/scary_code_of_the_week_steam_c…
Dodgy shell script triggers classic rm -rf /
According to a bug report filed on GitHub, moving Steam's per-user folder to another location in the filesystem, and then attempting to launch the client may perform the following heart-stopping command:
rm -rf /*
- 117 megtekintés
Hozzászólások
Manapság is történnek hasonlók :)
The 'clean' rule in the samples/bpf Makefile tries to remove backup files (ending in ~). However, if no such files exist, it will instead try to remove the user's home directory.
- A hozzászóláshoz be kell jelentkezni