# Autonomic Linux v0.1.0 - Table of Contents

> Linux isolation execution domain backend for the Autonomic Kernel architecture,
providing cgroup v2, namespaces, seccomp filtering, and overlayfs sandboxing.

## Pages

- Overview
  - [Overview](readme.md)
  - [Changelog](changelog.md)
  - [License](license.md)

- Guides
  - [Linux Isolation](01-linux-isolation.md)
  - [Launcher Protocol](02-launcher-protocol.md)
  - [Host Provisioning](03-host-provisioning.md)
  - [Trust Boundary &amp; Control Plane](04-trust-boundary-and-control-plane.md)

## Modules

- Linux Backend
  - [Autonomic.Linux.Application](Autonomic.Linux.Application.md)
  - [Autonomic.Linux.Backend](Autonomic.Linux.Backend.md): Real Linux namespace/cgroup/seccomp/overlay backend through the external launcher.
  - [Autonomic.Linux.Launcher](Autonomic.Linux.Launcher.md): Bounded versioned OTP Port client for the privileged external isolation launcher.
  - [Autonomic.Linux.Preflight](Autonomic.Linux.Preflight.md): Host prerequisite checks for the namespace backend.

