--- lib/clplumbing/cl_msg.c 2009-11-16 18:11:04.072669494 +0300 +++ lib/clplumbing/cl_msg.c 2009-11-16 18:10:25.257590153 +0300 @@ -146,7 +146,7 @@ return -1; } - return open(filename, O_WRONLY|O_CREAT|O_APPEND); + return open(filename, O_WRONLY|O_CREAT|O_APPEND, 0644); }