Whamcloud - gitweb
LU-8955 ptlrpc: manage SELinux policy info at connect time 22/24422/34
authorSebastien Buisson <sbuisson@ddn.com>
Tue, 16 Aug 2016 12:53:03 +0000 (21:53 +0900)
committerOleg Drokin <green@whamcloud.com>
Mon, 1 Apr 2019 07:22:27 +0000 (07:22 +0000)
commitdd200e5530fd841999399f6dcafb5ded46ba3cf1
treee102e14010e15969b7280c3d00ac97afa4b88019
parent4e840d9d744e4910ac859b3f5918a641ada03443
LU-8955 ptlrpc: manage SELinux policy info at connect time

At connect time, compute SELinux policy info on client side, and
send it over the wire.
On server side, get SELinux policy info from nodemap and compare
it with the one received from client.

Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I9b4a206455f2c0b451f6b3ed7e3a85285592758e
Reviewed-on: https://review.whamcloud.com/24422
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
Reviewed-by: Li Dongyang <dongyangli@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
lustre/include/lustre_export.h
lustre/include/lustre_req_layout.h
lustre/include/uapi/linux/lustre/lustre_idl.h
lustre/llite/llite_lib.c
lustre/ptlrpc/import.c
lustre/ptlrpc/layout.c
lustre/target/tgt_handler.c