cvs commit: src/lib/libutil pidfile.3
Pawel Jakub Dawidek
pjd at FreeBSD.org
Fri Sep 16 04:19:38 PDT 2005
pjd 2005-09-16 11:19:38 UTC
FreeBSD src repository
Modified files:
lib/libutil pidfile.3
Log:
Pidfiles should be created with permission preventing users from opening
them for reading. When user can open file for reading, he can also
flock(2) it, which can lead to confusions.
Pointed out by: green
Revision Changes Path
1.2 +1 -1 src/lib/libutil/pidfile.3
More information about the cvs-src
mailing list