Date: Fri, 16 Sep 2005 11:19:38 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil pidfile.3 Message-ID: <200509161119.j8GBJcS0080866@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509161119.j8GBJcS0080866>
