MUD-Dev
mailing list archive
[ Other Periods
| Other mailing lists
| Search
]
Date:
[ Previous
| Next
]
Thread:
[ Previous
| Next
]
Index:
[ Author
| Date
| Thread
]
Re: [MUD-Dev] (fwd) Functional Security
- To: mud-dev#null,net
- Subject: Re: [MUD-Dev] (fwd) Functional Security
- From: cg#ami-cg,GraySage.Edmonton.AB.CA (Chris Gray)
- Date: Fri, 20 Mar 98 08:15:02 MST
- >Received: by ami-cg.GraySage.Edmonton.AB.CA (V1.17-beta/Amiga) id <8w0t#ami-cg,GraySage.Edmonton.AB.CA>; Fri, 20 Mar 98 08:15:02 MST
[Chris L:]
:From: "Scott G. Stewart" <sstewart#or,cadix.com>
:I can imagine a Mud where wizards have creation capability, but compete
:against each other, and are therefore bound by certain rules. In such a
:situation, you would not want one wizard to call the functions in
:another's object.
Part of this is solved by not allowing someone to call a function they
do not have a handle to. You can do this by not making all names public,
and by not letting the system extract a handle from other code that calls
the function. This is a lot harder if your system does all calls virtually,
through stored handles. Then, you need to extend the security system to
individual functions, controlling what security contexts they can be
called from. This opens up lots of issues, but is likely the way that
you have to go. See Chris L's posts from a couple of years ago on this
sort of thing.
--
Chris Gray cg#ami-cg,GraySage.Edmonton.AB.CA
- Thread context:
- Re: [MUD-Dev] 3D engines for MUDs, (continued)
- Re: [MUD-Dev] (fwd) Functional Security,
Chris Gray cg#ami-cg,GraySage.Edmonton.AB.CA, Fri 20 Mar 1998, 16:47 GMT
- Re: [MUD-Dev] (fwd) Functional Security,
Felix A. Croes felix#xs1,simplex.nl, Fri 20 Mar 1998, 16:40 GMT
- (fwd) Functional Security,
J C Lawrence claw#under,engr.sgi.com, Fri 20 Mar 1998, 00:04 GMT
[ Other Periods
| Other mailing lists
| Search
]