[master] 72a92760c post-push posh polish

Nils Goroll nils.goroll at uplex.de
Tue Jun 2 12:30:07 UTC 2020


commit 72a92760cb6dcd19c600d35c99cff7d117f75461
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Jun 2 14:28:59 2020 +0200

    post-push posh polish

diff --git a/bin/varnishd/mgt/mgt_jail_solaris_tbl.h b/bin/varnishd/mgt/mgt_jail_solaris_tbl.h
index 51dee41b6..f13d81331 100644
--- a/bin/varnishd/mgt/mgt_jail_solaris_tbl.h
+++ b/bin/varnishd/mgt/mgt_jail_solaris_tbl.h
@@ -37,11 +37,11 @@
 
 /* ------------------------------------------------------------
  * MASTER
- * - only MASTER_EFFECTIVE is per JAIL state
+ * - only EFFECTIVE & INHERITABLE are per JAIL state
  * - other priv sets are shared across all MASTER_* JAIL states
  *
  * MASTER implicit rules (vjs_master_rules())
- * - INHERITABLE and PERMITTED joined from SUBPROC*
+ * - INHERITABLE and PERMITTED from SUBPROC* joined into PERMITTED
  * - implicit rules from above
  */
 PRIV(MASTER_LOW,	E	, "file_write")	// XXX vcl_boot
@@ -85,7 +85,7 @@ PRIV(SUBPROC_WORKER,	E	, PRIV_PROC_SETID)	// waived after setuid
 PRIV(SUBPROC_WORKER,	E	, "net_access")
 PRIV(SUBPROC_WORKER,	E	, "file_read")
 PRIV(SUBPROC_WORKER,	E	, "file_write")
-PRIV(SUBPROC_WORKER,	P	, PRIV_PROC_INFO)	/* vmod_unix */
+PRIV(SUBPROC_WORKER,	P	, PRIV_PROC_INFO)	// vmod_unix
 
 #undef E
 #undef I


More information about the varnish-commit mailing list