Re: Security framework question
Re: Security framework question
- Subject: Re: Security framework question
- From: Stéphane Sudre <email@hidden>
- Date: Tue, 10 Jul 2001 11:22:57 +0200
On mardi, juillet 10, 2001, at 04:28 AM, Brian Hill wrote:
On Monday, July 9, 2001, at 08:03 PM, Ed Silva wrote:
I have been thinking that I could make a tool to do the real work
(creating the dir, writing files, etc) and use the security framework
to call that, but that seems like such a hack that I really want to
find a better way to do this.
Any ideas? Am I missing something here?
Nope. That's what you have to do -- put it in a tool and use the
functions in the Security framework to run it.
That's the big problem with the security framework.
You can't check the privilege without specifying a tool.
It's bad.