Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.96 KB

File metadata and controls

47 lines (39 loc) · 1.96 KB

LOTA production bring-up

This document walks an operator through the full set of prerequisites the lota-agent daemon enforces at startup. The agent is deliberately strict: every gate documented below is a hard fail in production because the corresponding bypass is part of the threat model (kernel module load, ptrace, /proc/mem inspection, tampered BPF object, PCR14 rebind, ...).

There is no shortcut. The full chain is documented here and automated by scripts/lota-dev-bringup.sh for developer-host iteration. Production hosts run the equivalent steps through their distro integrity tooling (signed RPMs, kernel cmdline provisioned at install, IMA policy from /etc/sysconfig/integrity, operator key in a sealed store).

This document is the operator/fleet reference. A player installing the agent on a single machine uses the guided, reboot-resumable lota-install instead -- same gates, consent prompts and live-state probes -- see :doc:`../player-install <../player-install>`, including the list of inputs the operator must ship for it.

Contents

.. toctree::
   :hidden:

   gate-matrix
   manual-reference
   ca-enrollment
   sealed-keys
   post-bringup