diff options
author | Ying Xue <ying.xue@windriver.com> | 2014-03-27 12:54:31 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-03-27 13:08:36 -0400 |
commit | 5902385a2440a55f005b266c93e0bb9398e5a62b (patch) | |
tree | f242b2009f350774c7e1dc029d42e7a37b37ee07 /net/tipc/core.h | |
parent | 76d7882420d94075c806c074de241602a06e47e6 (diff) | |
download | linux-5902385a2440a55f005b266c93e0bb9398e5a62b.tar.gz linux-5902385a2440a55f005b266c93e0bb9398e5a62b.tar.bz2 linux-5902385a2440a55f005b266c93e0bb9398e5a62b.zip |
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>
Diffstat (limited to 'net/tipc/core.h')
-rw-r--r-- | net/tipc/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index 4dfe137587bb..8985bbcb942b 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h @@ -79,7 +79,6 @@ int tipc_snprintf(char *buf, int len, const char *fmt, ...); extern u32 tipc_own_addr __read_mostly; extern int tipc_max_ports __read_mostly; extern int tipc_net_id __read_mostly; -extern int tipc_remote_management __read_mostly; extern int sysctl_tipc_rmem[3] __read_mostly; /* |