# HG changeset patch # User root@sonne.dd.dtele.de # Date 1247051823 -7200 # Node ID d569d7a1adff9c4488445ef360aa3e7dca0db266 # Parent c6b6c036634282cea3be56a23e79da031f4f44be changed the mode of the created dir to 0555 to avoid unauthorized changes in this directory diff -r c6b6c0366342 -r d569d7a1adff tele-watch.pl --- a/tele-watch.pl Fri Mar 13 16:22:06 2009 +0100 +++ b/tele-watch.pl Wed Jul 08 13:17:03 2009 +0200 @@ -193,6 +193,7 @@ unlink $link; symlink $dir => $link; } + chmod(0555 => $fullname); next EVENT; }