[tbb-commits] [tor-browser-build/master] Bug 26861: don't set RLIMIT_NOFILE in containers
gk at torproject.org
gk at torproject.org
Tue Dec 10 19:59:10 UTC 2019
commit b7035b046a06b63edb2ca07e6e8d7afe3a5dc0bd
Author: Nicolas Vigier <boklm at torproject.org>
Date: Wed Jul 25 12:22:59 2018 +0200
Bug 26861: don't set RLIMIT_NOFILE in containers
---
projects/common/runc-config.json | 7 -------
1 file changed, 7 deletions(-)
diff --git a/projects/common/runc-config.json b/projects/common/runc-config.json
index e75c13d..e5c4f28 100644
--- a/projects/common/runc-config.json
+++ b/projects/common/runc-config.json
@@ -119,13 +119,6 @@
"CAP_CHOWN"
],
[% END -%]
- "rlimits": [
- {
- "type": "RLIMIT_NOFILE",
- "hard": 1024,
- "soft": 1024
- }
- ],
"noNewPrivileges": true
},
"root": {
More information about the tbb-commits
mailing list