Commit 53f05f46 authored by Michael Shigorin's avatar Michael Shigorin

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.
parent 5d829265
......@@ -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)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment