Re: NSUsersDefault and users
Re: NSUsersDefault and users
- Subject: Re: NSUsersDefault and users
- From: Julien Jalon <email@hidden>
- Date: Tue, 6 Nov 2001 18:21:43 +0100
Le mardi 6 novembre 2001, ` 05:56 PM, Chris Parker a icrit :
This is actually a known problem with NSUserDefaults in that it doesn't
pick up the effective user id. You may work around this with the
underlying CFPreferences calls, as they do.
hmm... a bug :/ Just one line to fix... I hope it will be fixed in the
next update !
and the workaround is not very pleasant... I prefer mine :
setuid(0);
:-)
--Julien Jalon