Merge pull request #330 from wking/process-security-indent
config: Fix indents for process.apparmorProfile and .selinuxLabel
This commit is contained in:
commit
a1e32a8ead
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue