]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tipc: drop tx side permission checks
authorErik Hugne <erik.hugne@ericsson.com>
Wed, 3 Dec 2014 13:44:44 +0000 (14:44 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Dec 2014 18:30:13 +0000 (13:30 -0500)
commit88b17b6a22673715348cb6c99a00ff2a0a2a9f9e
tree132d26259412e01737b991b0b9725b13bd0e5fc1
parent11e6c65a4cb421436a3b533096701c63762db3aa
tipc: drop tx side permission checks

Part of the old remote management feature is a piece of code
that checked permissions on the local system to see if a certain
operation was permitted, and if so pass the command to a remote
node. This serves no purpose after the removal of remote management
with commit 5902385a2440 ("tipc: obsolete the remote management
feature") so we remove it.

Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Reviewed-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/socket.c