]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: Put security flags into the fs_context struct
authorDavid Howells <dhowells@redhat.com>
Thu, 1 Nov 2018 23:07:24 +0000 (23:07 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 28 Feb 2019 08:29:25 +0000 (03:29 -0500)
commit3f202c37a0b90bb4166b82da2292902f11ba29de
treef747d17f587bf2433e41630856fa6bf790f0510d
parent09d69bcf28eadc401d460e4c82fc48314476338f
vfs: Put security flags into the fs_context struct

Put security flags, such as SECURITY_LSM_NATIVE_LABELS, into the filesystem
context so that the filesystem can communicate them to the LSM more easily.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/fs_context.h
include/linux/security.h