Fix spacing in api.proto

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2016-03-18 17:37:59 -07:00
parent 577f9d7696
commit 9979502ca8

View file

@ -134,7 +134,7 @@ message Process {
string stdin = 8; // path to the file where stdin will be read (optional) 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 stdout = 9; // path to file where stdout will be written (optional)
string stderr = 10; // path to file where stderr 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 apparmorProfile = 12;
string selinuxLabel = 13; string selinuxLabel = 13;
bool noNewPrivileges = 14; bool noNewPrivileges = 14;