Mac workstation security: More ways to clamp down on threats
Computerworld - In my last look at Macintosh security, I wrote about the importance of configuring individual workstations to make their local resources and data more secure (see "To secure a Mac workstation, remember the users"). In this installment, I offer a look at additional ways to tighten security on workstations, from disabling peer-to-peer sharing to limiting SSH access and securing local NetInfo data.
Let's jump right in.
Concerns About Root-Access (SUID) Applications
Disabling root and securing sudo access (sudo is short for super-user do) will keep most users from gaining root access, but there is also the suid-root feature that is used by some applications. Suid (set user ID) allows an application to be designed so that it can run with permissions beyond that of the user who launched it, generally as root. The application itself may not run as root, but some processes that it requires may.
In itself, suid is not a bad thing. Many diagnostic tools (both command line and GUI) make use of it to function without requiring users to act as root. For some of them, such as Disk Utility, Classic OS operation or several installers, it makes sense that they would need or use suid. The problem is that a clever user with enough Unix development knowledge could turn this feature into a way to gain root access.
If possible, delete the applications or tools that use suid from a workstation. Where that isn't possible or would lead to problems with functionality or troubleshooting, limit access to them. You can do this using managed preferences, by setting permissions on the applications themselves, or by placing them collectively in a folder and securing access to that folder using permissions. You can find suid using the following Unix command:
find / -perm -4000 -user 0
For GUI tools, you will see the suid components listed within each application as part the .app directory:
/Applications/Utilities/Keychain Access.app/Contents/Resources/kcproxy
Limit Access to Cron
Cron can be used for attacking workstations or servers, either directly or through a virus or script. Cron can be set to perform any scriptable action, meaning if someone gains access to a local user account with any level of access, he can cause the Mac to perform some task at a later date (possibly on a repeating basis). This can actually mask a serious intrusion because you may not notice that the commands have been added.
On Mac OS X Server, this is a reason to periodically check existing crontabs for anything new or unusual. Since you



- Excel 2010 Cheat Sheet
- Register for this Computerworld Insider Cheat Sheet and gain access to hundreds of premium content articles, guides, product reviews and more.
- The Laptop Dilemma: How to Maximize Productivity and Lower the Burden on IT
- Download Now
- Overcome Top 7 Admin Challenges of Active Directory
- As Active Directory's role in the enterprise has drastically increased, so has the need to secure the data. Gain insight on creating repeatable,...
- Insiders Can Ruin Your Company. Take Action.
- Did you know that 80 percent of threats to an organization come from the inside? The threat from insiders is often overlooked in...
- Top Solutions and Tools to Prevent Devastating Malware
- Custom malware frequently goes undetected. According to Forrester Research, the best way to reduce risk of breach is to deploy file integrity monitoring...
- Streamline Compliance and Increase ROI
- Streamline, simplify, and automate compliance related activities; especially those that impact multiple business units. This white paper from NetIQ, outlines solutions that will... All Hardware White Papers
- Optimizing Networks for the Cloud
- Join guest speaker, Rohit Mehra, IDC Director of Enterprise Communications Infrastructure, to explore current trends, discuss best practices for optimizing Data Center and...
- Apps QuickStart Series Part 2: Designing and Deploying SQL Server on VMware vSphere
- Download this webcast to learn about the design considerations for virtualizing SQL workloads, performance and scalability information and high-availability options, as well as...
- Apps QuickStart Series Part 1: Designing and Deploying Exchange 2010 on VMware vSphere
- Download this webcast to learn the virtual hardware design considerations for Exchange 2010, deployment using the building block approach, options for high-availability and...
- Customer Spotlight: How IPC The Hospitalist Company Implemented Oracle on VMware
- Have you been looking to hear about customer's experiences with the new VMware vCenter Site Recovery Manager product? View this webcast to learn...
- Virtualize Business-Critical Applications with Confidence
- Virtualizing business-critical applications has become a key focus for organizations as they move along their virtualization journey. With the launch of VMware vSphere®... All Hardware Webcasts