Is it possible to turn Perl into a "multi-user" language
using the
Safe module? The idea is to allow user code
to be loaded and executed in the context of a larger
script, but that access would be strictly controlled
and that the range of operators available would be limited
to limit access. This would allow users to write quick
macros, math functions, and the like, without being able
to run system commands, create files, trash global variables, etc.
Safe understandably carries this disclaimer:
WARNING
The authors make no warranty, implied or otherwise, about
the suitability of this software for safety or security
purposes.
Is this because
Safe isn't really safe, or is this just
an obligatory disclaimer? Is it
theoretically secure,
at least?
I understand that this might be fundamentally a Bad Idea,
but stripping down Perl seems a lot easier than writing a
Perl-like scripting language from the ground up.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.