]> git.mxchange.org Git - flightgear.git/commitdiff
Nasal: remove /tmp/*.xml from allowed paths list
authorRebecca N. Palmer <rebecca_palmer@zoho.com>
Fri, 20 Mar 2015 18:20:11 +0000 (18:20 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Fri, 20 Mar 2015 18:20:11 +0000 (18:20 +0000)
Appears unused, and shouldn't be used on Windows

src/Main/util.cxx

index c3bcdfec76e53a55bea850260d99d90b03bb0df3..a3ea1b9e8faa0f58b0dc388ba243c941e5132cc6 100644 (file)
@@ -140,7 +140,6 @@ void fgInitAllowedPaths()
             exit(-1);
         }
     }
-    write_allowed_paths.push_back("/tmp/*.xml");
     write_allowed_paths.push_back(fg_home + "/*.sav");
     write_allowed_paths.push_back(fg_home + "/*.log");
     write_allowed_paths.push_back(fg_home + "/cache/*");