projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c6272
)
config.proto: comments
author
Robert Swiecki
<robert@swiecki.net>
Fri, 6 Oct 2017 20:50:32 +0000
(22:50 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Fri, 6 Oct 2017 20:50:32 +0000
(22:50 +0200)
config.proto
patch
|
blob
|
history
diff --git
a/config.proto
b/config.proto
index 05ee3a80df6e0450781659ba7169402bc5f630de..cbbacf3acbdc3999d28315edf95dffd708e2c6ff 100644
(file)
--- a/
config.proto
+++ b/
config.proto
@@
-56,8
+56,8
@@
message MountPt
}
enum RLimit {
VALUE = 0; /* Use the provided value */
- SOFT = 1; /* Use current soft rlimit */
- HARD = 2; /* Use current hard rlimit */
+ SOFT = 1; /* Use
the
current soft rlimit */
+ HARD = 2; /* Use
the
current hard rlimit */
INF = 3; /* Use RLIM64_INFINITY */
}
message Exe