]> git.baikalelectronics.ru Git - kernel.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)
commit34e1326039afdb411b5775e190ab7a9f68d275e2
treef242b2009f350774c7e1dc029d42e7a37b37ee07
parent5e5397ece2debcdb848d4f661abbe8fd249ed8ca
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