Skip to content

Commit a1e32a8

Browse files
committed
Merge pull request opencontainers#330 from wking/process-security-indent
config: Fix indents for process.apparmorProfile and .selinuxLabel
2 parents 0c2892b + 6b639d2 commit a1e32a8

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)