Next: , Previous: , Up: File Library   [Index]


7.11.3 File Library Security Concerns

There is no security once the executed programs are offered the possibility to read and especially write files.

Here is some of what will happen when reading or writing files:

This file library offers no controls over what is read or written. Over what other I/O operations are made available. Over how much is read or written. Over for how long.

The file library is better not used by applications for extension purposes. It is meant used by interpreters that have no other business but to execute whatever the user desires.

Functions opening system files may be left out at the file library object construction. When they are, the file library should pose no significant security concern.

See File Library Generation Flags.


Next: File Library Usage Mechanics, Previous: File Library Exports, Up: File Library   [Index]