Merge pull request #330 from wking/process-security-indent

config: Fix indents for process.apparmorProfile and .selinuxLabel
This commit is contained in:
Michael Crosby 2016-03-03 10:12:31 -08:00
commit a1e32a8ead
1 changed files with 2 additions and 2 deletions

View File

@ -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",