cocoa - Mac OS Lion and Sandboxing -


i developping file manager app mac os , wondering can impact of new sandboxing function of mac os.

any experience?

thanks

sandboxing application optional. have put code in application sandbox using sandbox_init() function.

references:
http://techjournal.318.com/security/a-brief-introduction-to-mac-os-x-sandbox-technology/ http://developer.apple.com/library/mac/#documentation/darwin/reference/manpages/man3/sandbox_init.3.html


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -