jail: increase max additional env records to 64
authorDaniel Golle <daniel@makrotopia.org>
Tue, 13 Jul 2021 00:08:20 +0000 (01:08 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 15 Jul 2021 17:07:56 +0000 (18:07 +0100)
commit92aba532aae5d8650ca7d2ee1104e206d1e91c5d
tree07ce65236595263f88e4253d08c2d9d711b0bb70
parentb0a8ea1c3fa844d1006764fae3f0d8382351313b
jail: increase max additional env records to 64

In the Docker world, people pass a lot of things using env variables
it turns out. Increase to 64 for now as a hot fix, will have to be
created dynamically in future to support unlimited number of env
variables.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
jail/jail.c