简体   繁体   中英

Mac OS Lion and Sandboxing

I am developping a file manager app for Mac OS and I was wondering what can be the impact of the new sandboxing function of Mac OS.

Any experience?

Thanks

The Matthieu's answer is obsolete. With Lion, you have to refer to Code Signing And Application Sandboxing Guide .

Also read this question: Howto "sandbox" my Lion application?

Sandboxing your application is currently optional. You have to put code in your application to sandbox it by using the 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM