Defaults - Maple Help

Online Help

All Products    Maple    MapleSim


Security

  

Defaults

  

retrieve the standard security settings

 

Calling Sequence

Description

Examples

Calling Sequence

Defaults()

Description

• 

This routine is used to retrieve the standard security settings. These are the security settings used when Maple is started with the -z option. These settings are returned in the same format as those returned by Security,Config.

• 

For an overview of Maple engine security and an explanation of relevant concepts, see the Maple Engine Security help page.

Examples

Security:-Defaults

SECURE_READ_LIST=/usr/local/maple/lib/*,/usr/local/maple/java,SECURE_NOREAD_LIST=,SECURE_WRITE_LIST=,SECURE_NOWRITE_LIST=,SECURE_EXTCALL_LIST=/usr/local/maple/bin.X86_64_LINUX/*,/usr/local/maple/toolbox/Database/bin.X86_64_LINUX/*,/usr/local/maple/toolbox/NAG/bin.X86_64_LINUX/*,/usr/local/maple/toolbox/Finance/bin.X86_64_LINUX/*,/usr/local/maple/toolbox/GlobalOptimization/bin.X86_64_LINUX/*,/usr/local/maple/toolbox/LinearSystem/bin.X86_64_LINUX/*,/usr/local/maple/java/*,SECURE_NOEXTCALL_LIST=/usr/local/maple/bin.X86_64_LINUX/libmsock.so,SECURE_SYSCALL_ENABLED=false,SECURE_MODE=true

(1)

See Also

EngineSecurity

Security

Security[Config]