now that the file reading/writing fgcommands underlie the same mechanism
as Nasal's io.open(), we need to allow saving/loading flights and saving aircraft specific data at exit
This commit is contained in:
parent
32f1730c6e
commit
c604b92deb
1 changed files with 2 additions and 0 deletions
|
@ -29,4 +29,6 @@
|
|||
READ ALLOW $FG_ROOT/*
|
||||
READ ALLOW $FG_HOME/*
|
||||
|
||||
WRITE ALLOW $FG_HOME/*.sav
|
||||
WRITE ALLOW $FG_HOME/Export/*
|
||||
WRITE ALLOW $FG_HOME/aircraft-data/*.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue