SECURE secure, debug, and protect
These policies have been added to the SECURE function:
| secure | secure usage of the SECURE function from changes. This is important, because otherwise any program can change security to whatever it wants.
|
| protect | secure the PROTECT function that protects values, series, objects, and hiding.
|
| debug | secure the TRACE and STACK debugging functions.
|
For example:
secure [secure quit]
will protect your code from changes in security. (Note that not even your own program can change security after that... which is actually the way you want it to work.)
It is likely that there are a few other enhancements needed. One we need for sure is the security requestor (popup) to request changes to security (the ASK action.)
See the SECURE function for details.
4 Comments
|