LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 2 Dec 2018 04:06:57 +0000 (23:06 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 21 Dec 2018 16:45:41 +0000 (11:45 -0500)
commitc039bc3c2498724946304a8f964244a9b6af1043
treece98ee8e698a28cbaed969460457941e8b34f2e3
parent6be8750b4cba8c37170f46b29841d112f1be749b
LSM: lift extracting and parsing LSM options into the caller of ->sb_remount()

This paves the way for retaining the LSM options from a common filesystem
mount context during a mount parameter parsing phase to be instituted prior
to actual mount/reconfiguration actions.

Reviewed-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namespace.c
include/linux/lsm_hooks.h
include/linux/security.h
security/security.c
security/selinux/hooks.c