Skip to content

Commit 6b639d2

Browse files
committed
config: Fix indents for process.apparmorProfile and .selinuxLabel
These slipped through in 5a8a779 (Move process specific settings to process, 2016-03-02, #329). Signed-off-by: W. Trevor King <[email protected]>
1 parent 0c2892b commit 6b639d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ For Linux-based systems the user structure has the following fields:
126126
"args": [
127127
"sh"
128128
],
129-
"apparmorProfile": "acme_secure_profile",
130-
"selinuxLabel": "system_u:system_r:svirt_lxc_net_t:s0:c124,c675",
129+
"apparmorProfile": "acme_secure_profile",
130+
"selinuxLabel": "system_u:system_r:svirt_lxc_net_t:s0:c124,c675",
131131
"noNewPrivileges": true,
132132
"capabilities": [
133133
"CAP_AUDIT_WRITE",

0 commit comments

Comments
 (0)