From bb60fd9abb765dba939beb40c9b64d77fd725e81 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Mon, 13 May 2019 22:53:44 +0000 Subject: [PATCH] Update how to setup a policy namespace for containers --- how-to-setup-a-policy-namespace-for-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-setup-a-policy-namespace-for-containers.md b/how-to-setup-a-policy-namespace-for-containers.md index 576b638..308f605 100644 --- a/how-to-setup-a-policy-namespace-for-containers.md +++ b/how-to-setup-a-policy-namespace-for-containers.md @@ -20,7 +20,7 @@ The basic descriptions assume the AppArmor userspace is installed on the host, w ## Basic Pattern -1. Set up the environment. +1. Set up the container environment needed by apprmor. 2. [Create an apparmor namespace](how-to-setup-a-policy-namespace-for-containers#creating-an-apparmor-namespace) 3. [Switch the display LSM and put root container task into the apparmor namespace.](how-to-setup-a-policy-namespace-for-containers#starting-the-container-in-the-policy-namespace)