Nasal: remove /tmp/*.xml from allowed paths list
Appears unused, and shouldn't be used on Windows
This commit is contained in:
parent
e0274af493
commit
51bfdc21e0
1 changed files with 0 additions and 1 deletions
|
@ -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/*");
|
||||
|
|
Loading…
Reference in a new issue