commit | 4776cab43fd3111618112737a257dc3ef368eddd | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu May 10 23:10:40 2018 +0100 |
committer | David Howells <dhowells@redhat.com> | Mon May 14 15:15:19 2018 +0100 |
tree | afff2a3feab3838763103dd5e59fffb487dd4c1e | |
parent | 428edade4e6c70e5b51fcd4188d944fbb744d84c [diff] |
afs: Fix the non-encryption of calls Some AFS servers refuse to accept unencrypted traffic, so can't be accessed with kAFS. Set the AF_RXRPC security level to encrypt client calls to deal with this. Note that incoming service calls are set by the remote client and so aren't affected by this. This requires an AF_RXRPC patch to pass the value set by setsockopt to calls begun by the kernel. Signed-off-by: David Howells <dhowells@redhat.com>