Re: security is up and running
"Mark Hahn" <[email protected]> Tue, 6 Apr 2004 20:07:05 -0700
| Newsgroups | gmane.comp.lang.prothon.devel |
|---|---|
| Message-ID | <[email protected]> |
Greg Ewing wrote: >> These stand for "superuser" and "un-superuser" and will give your >> thread temporary system access level status. This is actually not a >> kludge. > > How do you decide whether a given piece of code should be > allowed to use these or not? There have to be some restrictions > on it, or your security isn't terribly secure... These are only available to C code which is always insecure. C code can always cause a crash with any of a million techniques. My security system is for securing Prothon code only.