Exercise 1: UAC's Single Click vs. macOS's Credential Requirement — Possible Solution ==================================================================== THE SPECIFIC DIFFERENCE ------------------------------ Per this chapter, Windows 11's UAC at its default "Notify me only" level often lets an already-logged-in admin account through a privileged action with a single consent click - no password or other credential re-entry is required, because the account is already trusted as an admin. macOS's authentication dialog never offers that shortcut: every single time it appears, it demands an actual credential - a full password or a Touch ID scan - regardless of which account (even an admin account) triggered it. WHY THIS IS A REAL SECURITY-POSTURE DIFFERENCE, NOT JUST COSMETIC ------------------------------ A single consent click is something malware or an unattended, already-logged-in session can trigger through automated clicking or a brief moment of user inattention, since it doesn't actually prove the person present is who they claim to be. Requiring an actual password or biometric scan every time means a genuine credential (something the legitimate user knows or is) has to be supplied at the moment of elevation, not just a mouse click on an already-open dialog. That's a meaningfully stronger default guarantee about who is actually approving the privileged action, not just a different-looking dialog box achieving the same thing. WHY THIS WORKS AS AN ANSWER ------------------------------ It correctly identifies the single-click-vs-always-a-credential distinction, and explains why requiring a genuine credential each time is a stronger security guarantee rather than merely a different interface for the same underlying protection.