]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tipc: obsolete the remote management feature
authorYing Xue <ying.xue@windriver.com>
Thu, 27 Mar 2014 04:54:31 +0000 (12:54 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Mar 2014 17:08:36 +0000 (13:08 -0400)
commit5902385a2440a55f005b266c93e0bb9398e5a62b
treef242b2009f350774c7e1dc029d42e7a37b37ee07
parent76d7882420d94075c806c074de241602a06e47e6
tipc: obsolete the remote management feature

Due to the lacking of any credential, it's allowed to accept commands
requested from remote nodes to query the local node status, which is
prone to involve potential security risks. Instead, if we login to
a remote node with ssh command, this approach is not only more safe
than the remote management feature, but also it can give us more
permissions like changing the remote node configuration. So it's
reasonable for us to obsolete the remote management feature now.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Reviewed-by: Erik Hugne <erik.hugne@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/config.c
net/tipc/config.h
net/tipc/core.c
net/tipc/core.h
net/tipc/net.c