1
0
Fork 0

Nasal: remove /tmp/*.xml from allowed paths list

Appears unused, and shouldn't be used on Windows
This commit is contained in:
Rebecca N. Palmer 2015-03-20 18:20:11 +00:00
parent e0274af493
commit 51bfdc21e0

View 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/*");