Merge pull request #140 from bfirsh/fix-spacing-in-api-proto

Fix spacing in api.proto
This commit is contained in:
Kenfe-Mickaël Laventure 2016-03-19 13:26:56 -07:00
commit f7a3546d96

View file

@ -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;