Securing Spaces · 2.3

📋 Managerial Controls for Physical Security

Policies and procedures that govern who can access what — and when⏱ ~2 min

🏫Physical and digital security are two sides of the same coin

A hospital uses badge access to control who enters the medication room (physical security) and also encrypts patient records (cybersecurity). These aren't separate problems — they protect the same assets. A thief who steals a laptop bypasses all your encryption if the drive isn't encrypted at rest. Physical and digital controls must work together; neither is sufficient alone.

What Are Managerial Controls?

Managerial controls are the administrative policies, procedures, and training that govern physical security. They're not the cameras or locks themselves — they're the rules that decide where cameras go, who gets keys, what happens when a badge is lost, and how employees are trained to respond to security incidents.

Key Managerial Control Categories

Control TypeWhat It DoesExamples
Security Awareness TrainingEducates employees to recognize and respond to physical threatsTailgating recognition, social engineering scenarios, what to do if you find a USB drive
Business Continuity PoliciesPlans for maintaining operations if physical security is breachedBackup site, data backup procedures, incident response chain of command
Physical Security PoliciesFormal rules governing facility access, visitor management, and asset handlingVisitor log, escort requirements, clean desk policy, ID badge requirements
Workstation Security PoliciesRules for securing devices when not in useAuto-lock after 5 minutes idle, full-disk encryption required, no personal USB devices
Access Control ListsDocumented lists of who is authorized to access specific areasOnly Finance staff may access the accounting server room; contractors require escort
Risk AssessmentRegular evaluation of physical vulnerabilities and their likelihood/impactAnnual physical penetration test, facility security audit, threat modeling

Workstation Security Policy — Why It Matters

  • Auto-lock — screen locks after 5 minutes idle; short enough to matter, long enough to not be annoying
  • Full-disk encryption — if a laptop is stolen, the thief gets an encrypted brick without the login credential
  • Password policy — minimum length, complexity, rotation period, no reuse
  • USB device policy — block unauthorized USB devices at the OS level; only IT-issued devices allowed
  • Clear screen / clean desk — no sensitive documents visible; physical shredding of all paper
  • No tailored software — only IT-approved software; prevents USB-dropped malware from being installed
  • Backup verification — regular tests that backups actually restore; a backup you've never tested is not a backup
🔍 Scenario: Spot the violations: School computer lab

It's 4 PM and the lab is empty for 20 minutes before the next class. You walk by and notice: - A computer is logged in with a student dashboard open (grades visible) - A sticky note on the monitor reads 'Password: lakers2024!' - A USB drive is plugged in labeled 'homework' - A printed report card is sitting face-up on the keyboard - The door to the lab is propped open with a chair

Red flags
  • Unlocked computer with student data visible — violates auto-lock / screen-lock policy
  • Password written on a sticky note — violates password security policy
  • Unknown USB drive plugged in — violates USB device policy (potential malware vector)
  • Printed grade report unattended — violates FERPA and clean desk policy
  • Door propped open — eliminates physical access control; anyone can walk in
★ FactIn 2023, a school district in Georgia suffered a data breach when a substitute teacher's unencrypted, unlocked laptop was stolen from a classroom. The device contained SSNs, medical information, and academic records for over 3,000 students. There was no full-disk encryption, no auto-lock policy, and no inventory tracking. A workstation security policy would have prevented all of this.
🧠Quick Checkfirst try = +5 XP

A company creates a policy requiring that all employees must shred sensitive documents, lock workstations when leaving desks, and challenge any unescorted visitors. An attacker successfully enters the building anyway by tailgating, but finds all computers locked and all documents shredded. What has the managerial control achieved?

0 XP🔥 0 days