[master] f77eb3b3c fix comment

Nils Goroll nils.goroll at uplex.de
Tue Jun 2 12:23:06 UTC 2020


commit f77eb3b3c12615b80e0e1b73f71f11250f86fb41
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Jun 2 13:26:21 2020 +0200

    fix comment

diff --git a/bin/varnishd/mgt/mgt_jail_solaris.c b/bin/varnishd/mgt/mgt_jail_solaris.c
index ef2b5423a..6b303df1c 100644
--- a/bin/varnishd/mgt/mgt_jail_solaris.c
+++ b/bin/varnishd/mgt/mgt_jail_solaris.c
@@ -289,12 +289,7 @@ vjs_add(priv_set_t *sets[VJS_NSET], unsigned mask, const char *priv)
 			priv_setop_assert(priv_addset(sets[i], priv));
 }
 
-/*
- * we reduce the limit set to the union of all jail level limit sets: first we
- * try to enable all privileges which we possibly need, then we waive the
- * inverse in vjs_init()
- */
-
+/* add SUBPROC INHERITABLE and PERMITTED to MASTER */
 static int
 vjs_master_rules(void)
 {


More information about the varnish-commit mailing list