View Single Post
09-28-09, 11:21 PM   #34
Shirik
Blasphemer!
Premium Member
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2007
Posts: 818
Originally Posted by Bluspacecow View Post
Not to kick a dead horse here but I'm pretty sure that with OS X's protected memory scheme there's no way that a program can grab another program's security access.
The intermediate security manager that I was referring to is for modules, which may need to have additional restrictions. To the OS, the modules and the core are all one big application. Thus, it's Minion's responsibility to act like a mini-OS and allocate permissions accordingly. Fortunately, Java offers a very powerful way to implement this functionality (and leverages it against applets).
__________________
たしかにひとつのじだいがおわるのお
ぼくはこのめでみたよ
だけどつぎがじぶんおばんだってことわ
しりたくなかったんだ
It's my turn next.

Shakespeare liked regexes too!
/(bb|[^b]{2})/
  Reply With Quote