Unverified Commit b7035b04 authored by boklm's avatar boklm
Browse files

Bug 26861: don't set RLIMIT_NOFILE in containers

parent fd7ecf81
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -119,13 +119,6 @@
			"CAP_CHOWN"
		],
[% END -%]
		"rlimits": [
			{
				"type": "RLIMIT_NOFILE",
				"hard": 1024,
				"soft": 1024
			}
		],
		"noNewPrivileges": true
	},
	"root": {