Supervisor 3.0a10 or later is now required.
We no longer bundle ez_setup to boostrap setuptools installation.
Added a whitelist option. When used, only RPC methods in
the whitelist will be accessible. If the whitelist is
not used or empty, all methods will be accessible.
[rpcinterface:twiddler]
supervisor.rpcinterface_factory = supervisor_twiddler.rpcinterface:make_twiddler_rpcinterface
whitelist = getAPIVersion,getGroupNames
When the whitelist is used, all methods will still appear in
system.listMethods() but calling a method not in the whitelist
will return fault 230 NOT_IN_WHITELIST.