Owned in Name Only: How Modern Operating Systems Have Quietly Redefined What Your Hardware Actually Belongs To
There is a particular kind of transaction Americans have long taken for granted: you pay for something, and it becomes yours. You can modify it, repair it, resell it, or dismantle it entirely. That principle, intuitive when applied to a truck or a kitchen appliance, has become increasingly difficult to defend in the context of personal computing. The machine sitting on your desk may carry your name on the receipt, but the operating system running inside it tells a different story.
Over the past decade, the major OS vendors—Microsoft, Apple, and to a growing extent the enterprise Linux distributors—have implemented a layered architecture of restrictions that progressively limits what users can actually do with devices they legally own. Each individual measure arrives packaged in the language of security and user protection. Taken together, they represent something more structurally significant: a quiet but deliberate transfer of practical authority away from the person holding the hardware and toward the platform vendor managing the software.
The Lock That Security Built
Secure Boot is perhaps the most illustrative example. Introduced as a UEFI firmware feature and later made mandatory for Windows 11 certification, Secure Boot verifies that the bootloader and early OS components carry a recognized cryptographic signature before allowing the system to proceed. On its face, this is a reasonable defense against certain classes of firmware-level malware. In practice, it also means that installing an unsigned or self-signed operating system—say, a custom Linux distribution or an experimental research kernel—requires navigating firmware menus that most users will never find, and that manufacturers increasingly obscure or disable entirely.
Microsoft's Pluton chip architecture takes this logic further, embedding security functions directly into the processor in a way that tightens the bond between hardware and the platform vendor's own trust hierarchy. The stated goal is protection against physical attacks. The structural consequence is that the gap between what you can do with your machine and what the vendor permits you to do narrows with each hardware generation.
Apple's approach on its own silicon is arguably more complete. The Secure Enclave, combined with the company's boot security policies and the requirement for kernel extensions to be explicitly notarized, creates a system where the hardware and software trust chain runs entirely through Cupertino. Installing an alternative OS on Apple Silicon is not merely inconvenient—it is, for most practical purposes, not a supported path at all.
Sandboxing and the Shrinking Surface of Customization
Above the boot layer, application sandboxing has become the dominant model for software execution on mainstream platforms. On macOS, applications distributed through the App Store are required to operate within strict sandbox constraints that limit file system access, inter-process communication, and hardware interaction. iOS and iPadOS take this further still, prohibiting the installation of software from any source other than Apple's own marketplace—a restriction that a recent legal challenge has begun to chip away at, though only at the margins.
Windows has moved in a similar direction, with its increasingly promoted Windows Sandbox environment, Smart App Control in Windows 11, and the gradual elevation of UWP-style packaging as the preferred distribution model. The argument in each case is consistent: contained applications are safer applications. Malware cannot escape what it cannot access.
This reasoning is not without merit. The security benefits of sandboxing are real and documented. But the same architecture that prevents a malicious app from exfiltrating your files also prevents a legitimate utility from performing system-level tasks that users have historically relied upon—tasks like monitoring hardware temperatures, intercepting network traffic for diagnostic purposes, or modifying system behavior in ways the vendor did not anticipate or endorse.
The security benefit accrues to everyone. The cost in reduced capability falls disproportionately on the technically sophisticated user who had the most to gain from an open platform in the first place.
Driver Signing and the Gatekeeping of Hardware Access
Kernel-level driver signing requirements complete the picture at the hardware interface layer. Windows has required 64-bit kernel drivers to carry a valid Microsoft-issued signature for years, and the enforcement has tightened progressively. Running an unsigned driver—the kind a hardware hobbyist might write to interface with a custom device, or that a researcher might deploy to study OS internals—now requires disabling core platform security features and rebooting into a special mode that Windows makes visually and procedurally uninviting.
The practical effect is that the relationship between user and hardware has been mediated by a vendor approval process. You may have built the device. You may have written the driver. But until Microsoft's signing infrastructure validates your work, your own hardware does not fully recognize your authority over it.
Repair, Modification, and the Right to Tinker
The right-to-repair movement has focused primarily on physical hardware—the soldered components, proprietary screws, and software locks that prevent independent repair of smartphones and laptops. But the OS-level restrictions described here are equally relevant to that conversation. A device that boots only from vendor-approved images, runs only vendor-notarized software, and communicates with hardware only through vendor-signed drivers is a device that has been designed, at a fundamental level, to resist modification.
This matters beyond the enthusiast community. Small businesses that rely on legacy peripherals, researchers who need low-level hardware access, developers building tools that operate at the system level, and ordinary users who simply want to run software their vendor did not approve—all of them encounter the same architecture, even if they describe their frustration in very different terms.
Progress or Enclosure?
The vendors' position is coherent: the average user is genuinely better served by a managed, secured environment than by an open one. The threat landscape is real. Firmware-level attacks exist. Malicious drivers have been used in ransomware campaigns. Sandboxing has prevented countless incidents that users will never know about.
But coherent is not the same as complete. The framing that treats security and openness as fundamentally opposed—that every restriction is a protection and every protection is self-evidently worth its cost—obscures the degree to which these design choices also serve vendor interests. A platform where all software must pass through a centralized approval process is a platform where the vendor extracts a toll on every transaction, controls the competitive landscape, and retains leverage over users who have invested in the ecosystem.
The autonomy being taxed here is not a relic of a less secure era. It is a meaningful property of ownership—the capacity to make consequential decisions about a thing you have purchased. When that capacity is systematically eroded, what remains is something closer to a long-term lease than a sale: conditional access to functionality, revocable at the platform's discretion, governed by terms the purchaser did not negotiate and may not have read.
The hardware is yours. The question worth asking is whether, in any meaningful sense, the same can still be said of the system running on it.