OAMAC: Origin-Aware Mandatory Access Control for Practical Post-Compromise Attack Surface Reduction
Omer Abdelmajeed Idris Mohammed, Ilhami M. Orak

TL;DR
OAMAC introduces an origin-aware mandatory access control system that enhances OS security by considering execution provenance, effectively reducing attack surfaces post-compromise without kernel modifications.
Contribution
This paper presents a kernel-level, deployable OAMAC framework that classifies execution origins and enforces origin-aware policies using Linux eBPF, improving security and policy simplicity.
Findings
Effectively restricts post-compromise actions by remote attackers
Preserves local system administration and stability
Enables runtime policy reconfiguration
Abstract
Modern operating systems provide powerful mandatory access control mechanisms, yet they largely reason about who executes code rather than how execution originates. As a result, processes launched remotely, locally, or by background services are often treated equivalently once privileges are obtained, complicating security reasoning and enabling post-compromise abuse of sensitive system interfaces. We introduce origin-aware mandatory access control (OAMAC), a kernel-level enforcement model that treats execution origin -- such as physical user presence, remote access, or service execution -- as a first-class security attribute. OAMAC mediates access to security-critical subsystems based on execution provenance rather than identity alone, enabling centralized governance over multiple attack surfaces while significantly reducing policy complexity. We present a deployable prototype…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSecurity and Verification in Computing · Access Control and Trust · Scientific Computing and Data Management
