From: Rebecca N. Palmer Date: Fri, 20 Mar 2015 18:20:11 +0000 (+0000) Subject: Nasal: remove /tmp/*.xml from allowed paths list X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=51bfdc21e0b4528797697d32664eacb15d297449;p=flightgear.git Nasal: remove /tmp/*.xml from allowed paths list Appears unused, and shouldn't be used on Windows --- diff --git a/src/Main/util.cxx b/src/Main/util.cxx index c3bcdfec7..a3ea1b9e8 100644 --- a/src/Main/util.cxx +++ b/src/Main/util.cxx @@ -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/*");