]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit098a7a9587a1bdf77d1352db1a2415030fa9ef99
treece98ee8e698a28cbaed969460457941e8b34f2e3
parentf0fe998c04f5b8f2ee5d3ecdb5217f875bd61b87
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