LSM: lift parsing LSM options into the caller of ->sb_kern_mount()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 2 Dec 2018 03:42:44 +0000 (22:42 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 21 Dec 2018 16:45:30 +0000 (11:45 -0500)
commit6be8750b4cba8c37170f46b29841d112f1be749b
tree0b3386c080d73fc666afcdcd1db5290b990af349
parent6466f3d193a99426db067855345e763de2160f1c
LSM: lift parsing LSM options into the caller of ->sb_kern_mount()

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/super.c
include/linux/lsm_hooks.h
include/linux/security.h
security/security.c
security/selinux/hooks.c
security/smack/smack_lsm.c