Merge pull request #140 from bfirsh/fix-spacing-in-api-proto
Fix spacing in api.proto
This commit is contained in:
commit
f7a3546d96
1 changed files with 44 additions and 44 deletions
|
@ -134,7 +134,7 @@ message Process {
|
|||
string stdin = 8; // path to the file where stdin will be read (optional)
|
||||
string stdout = 9; // path to file where stdout will be written (optional)
|
||||
string stderr = 10; // path to file where stderr will be written (optional)
|
||||
repeated string capabilities = 11;
|
||||
repeated string capabilities = 11;
|
||||
string apparmorProfile = 12;
|
||||
string selinuxLabel = 13;
|
||||
bool noNewPrivileges = 14;
|
||||
|
|
Loading…
Reference in a new issue