Skip to content
Snippets Groups Projects
L

logrotate

Project ID: 104
user avatar
Christian Göttsche authored
Prevent the usage of non-regular files as state file.  The state is not
actually written to the file of arbitrary type but a regular temporary
one, which gets renamed at the end.
For example an erroneous usage of /dev/zero (instead of /dev/null) leads
to a replacement of the character device file /dev/zero by a regular
one.
3e7b5e4f
Name Last commit Last update