live: put rpcbind to local-only mode by default

We don't really want to disable NFS portmapper completely
but having some extra root code listening to the world is
really unneccessary unless explicitly required.

Applying "control rpcbind local", thanks ldv@ for advice.
This commit is contained in:
Michael Shigorin 2014-03-14 22:34:20 +04:00
parent 5d829265db
commit 53f05f46a8

View File

@ -17,6 +17,7 @@ use/live: use/stage2 sub/rootfs@live sub/stage2@live use/services
@$(call add,CLEANUP_PACKAGES,'installer*')
@$(call add,DEFAULT_SERVICES_ENABLE,$(_ON))
@$(call add,DEFAULT_SERVICES_DISABLE,$(_OFF))
@$(call add,CONTROL,rpcbind:local)
use/live/base: use/live use/net use/syslinux/ui/menu
@$(call add,LIVE_LISTS,$(call tags,base && (live || network)))