Whamcloud - gitweb
LU-8955 ptlrpc: manage SELinux policy info at connect time 41/34641/4
authorSebastien Buisson <sbuisson@ddn.com>
Tue, 16 Aug 2016 12:53:03 +0000 (21:53 +0900)
committerOleg Drokin <green@whamcloud.com>
Tue, 16 Apr 2019 20:50:32 +0000 (20:50 +0000)
commit70aea00ecb39d097677d7852f3676abf088adb0d
treeba5ebeb2f7ddc41257c5778d4dce453b58b11b52
parent781e1df5c936c42ce4f9df205c3ad19c78580b8b
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.

Lustre-change: https://review.whamcloud.com/24422
Lustre-commit: dd200e5530fd841999399f6dcafb5ded46ba3cf1

Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I9b4a206455f2c0b451f6b3ed7e3a85285592758e
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
Reviewed-by: Li Dongyang <dongyangli@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/34641
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