Skip to content

Commit

Permalink
config: Fix indents for process.apparmorProfile and .selinuxLabel
Browse files Browse the repository at this point in the history
These slipped through in 5a8a779 (Move process specific settings to
process, 2016-03-02, opencontainers#329).

Signed-off-by: W. Trevor King <[email protected]>
  • Loading branch information
wking committed Mar 2, 2016
1 parent 0c2892b commit 6b639d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6b639d2

Please sign in to comment.