base-files: /etc/services: add missing 'rpcbind' alias
* add missing 'rpcbind' alias to /etc/services
Allows rpcbind to open its 111 port and be reachable via lan, this is the default behaviour.
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
(backported from 4549ab46a8)
This commit is contained in:
committed by
Jo-Philipp Wich
parent
376e9294c7
commit
4b5e062bd3
@@ -29,8 +29,8 @@ kerberos 88/tcp kerberos5 krb5 kerberos-sec
|
|||||||
kerberos 88/udp kerberos5 krb5 kerberos-sec
|
kerberos 88/udp kerberos5 krb5 kerberos-sec
|
||||||
pop3 110/tcp
|
pop3 110/tcp
|
||||||
pop3 110/udp
|
pop3 110/udp
|
||||||
sunrpc 111/tcp
|
sunrpc 111/tcp rpcbind
|
||||||
sunrpc 111/udp
|
sunrpc 111/udp rpcbind
|
||||||
auth 113/tcp ident
|
auth 113/tcp ident
|
||||||
sftp 115/tcp
|
sftp 115/tcp
|
||||||
nntp 119/tcp
|
nntp 119/tcp
|
||||||
|
|||||||
Reference in New Issue
Block a user