Next: set=flag   Previous: cacheCleanup   Contents: Contents

safeOpcode=opcode

--safeOpcode=opcode

If active contents is enabled (MKITALI--activeContents), Perl code embedded into the translated PerlPoint sources will be evaluated. To keep security this is done via an object of class Safe which restricts code to permitted operations. By this option you can declare which opcode (or opcode tag) is permitted. Please see the Safe and Opcode manual pages for further details. (These modules come with perl.)

Pass ALL to allow MKITALIeverything.

This option can be used multiply.

You may want to store these options in default option files, see below for details.

For the examples used in MKITALIppdoc.pp you should use


 --safeOpcode=:filesys_open --safeOpcode=:still_to_be_decided --safeOpcode=:browse
Next: set=flag   Previous: cacheCleanup   Contents: Contents