George S. Baugh vor 4 Monaten
Ursprung
Commit
90f9c62370
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      lib/TCMS.pm

+ 3 - 0
lib/TCMS.pm

@@ -68,6 +68,9 @@ If a path passed is not a defined route (or regex route), but exists as a file u
 
 sub _app {
 
+    # Make sure all writes are with the proper permissions, none need know of our love
+    umask 0077;
+
     # Start the server timing clock
     my $start = [gettimeofday];