Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 576 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 576 Bytes

#LogViewer

Logviewer is a Cocoa app that allows authorised users to view log files that are restricted by filesystem permissions to the super-user or administrators. It demonstrates use of the System Management framework to install a privileged helper (the logcat tool), using launchd to start the helper on demand and the Authorization framework to coordinate access control. Designing, writing and deploying a privileged helper on Mac OS X describes the application in depth.