Wiley.com
Print this page Share

Professional Cocoa Application Security

ISBN: 978-0-470-52595-1
Paperback
336 pages
June 2010
Professional Cocoa Application Security (0470525959) cover image
This title is out-of-print and not currently available for purchase from this site.

Introduction.

Chapter 1: Secure by Design.

About Cocoa Security.

Profiling Your Application's Security Risks.

Defining the Security Environment.

Defining Threats.

Defining and Mitigating Vulnerabilities.

Summary.

Chapter 2: Managing Multiple Users.

Caveat for iPhone Developers.

Why We Have Multiple Users.

User Groups.

Understanding Directory Services.

Accessing User Preferences and Managed Preferences.

Summary.

Chapter 3: Using the Filesystem Securely.

UNIX Permissions.

Filesystem Flags.

Access Control Lists.

FileVault and Other Encryption Options.

Network Filesystems.

Layout and Security of a Typical Mac OS X Filesystem.

Aliases and Bookmarks.

Quarantining Downloaded Files.

Securely Deleting Files.

Disk Arbitration.

Summary.

Chapter 4: Handling Multiple Processes.

Privilege Separation.

Designing Multiple-Process Systems.

Managing Process Lifecycles with Launchd.

How to Use Setuid and Setgid.

Communication between Processes.

Playing in the Sandbox.

Guaranteeing Code's Origin.

Summary.

Chapter 5: Storing Confidential Data in the Keychain.

What Is the Keychain?

Why Should I Use the Keychain?

How to Take Advantage of the Keychain.

Keychain on the iPhone.

Summary.

Performing Chapter 6: Privileged Tasks.

How to Acquire Rights.

Factored Applications with Authorization Services.

The Authorization Database.

Why Not to Launch Privileged Tasks with Authorization Services.

The Padlock.

Authorization Plug-Ins.

Summary.

Chapter 7: Auditing Im portant Operations.

Examples of Auditing.

Using Apple System Logger.

Basic Security Module.

Summary.

Chapter 8: Securing Network Connections.

Remote Authentication.

Privilege Boundaries in Networked Applications.

Does 'Bonjour' Mean It's Adieu to Network Security?

Working with the Firewall.

Network Configuration with SystemConfiguration.

Taking Advantage of SSL.

Summary.

Chapter 9: Writing Secure Application Code.

Secure Objective-C Coding.

Secure C Coding.

Code Reviews and Other Bug-Finding Techniques.

Summary.

Deploying Chapter 10: Software Securely.

Writing Security Documentation.

Identify Yourself with Code Signing.

Giving Your Code to Your Users.

Rolling Your Own Installer.

Deploying Privileged Helpers without Installers.

Responding to Security Problems.

Summary.

Chapter 11: Kernel Extensions.

The Kernel Environment.

Filesystem Access Authorization with Kauth.

Summary.

Chapter 12: Conclusion and Further Reading.

Further Reading.

Index.

Related Titles

General Programming & Software Development

by Ted Neward, Aaron Erickson, Talbott Crowell, Rick Minerich
by Thomas Rizzo, Reza Alirezaei, Jeff Fried, Paul Swider, Scot Hillier, Kenneth Schaefer
Back to Top