From 6b639d2520b94237d049400978897a37d2bdb4db Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 2 Mar 2016 14:33:38 -0800 Subject: [PATCH] config: Fix indents for process.apparmorProfile and .selinuxLabel These slipped through in 5a8a779f (Move process specific settings to process, 2016-03-02, #329). Signed-off-by: W. Trevor King --- config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.md b/config.md index fb122105..d0a13886 100644 --- a/config.md +++ b/config.md @@ -126,8 +126,8 @@ For Linux-based systems the user structure has the following fields: "args": [ "sh" ], - "apparmorProfile": "acme_secure_profile", - "selinuxLabel": "system_u:system_r:svirt_lxc_net_t:s0:c124,c675", + "apparmorProfile": "acme_secure_profile", + "selinuxLabel": "system_u:system_r:svirt_lxc_net_t:s0:c124,c675", "noNewPrivileges": true, "capabilities": [ "CAP_AUDIT_WRITE",