Fix spacing in api.proto
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
577f9d7696
commit
9979502ca8
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…
Add table
Add a link
Reference in a new issue