As previosuly discussed/requested, latest tip includes a system for
blocking/allowing options in instances.

By default this system is disabled (all options are allowed).

To enable it simply edit the build profile:

blacklist = <file>
whitelist = <file>

(you do not need to enable both, normally you will choose only one approach).

Supposing you set:

whitelist = /etc/uwsgi.whitelist

your new build of uWSGI will not run if that file is not available and
will check that each options is listened (one-per-line) in the file.

requesting a not listed option will suddenly exit the process.

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to