commit | 5c86d7e0433acb6f5d5f3cc2adf8ea3f6bc6bbda | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Mar 25 16:38:30 2019 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jul 04 22:01:59 2019 -0400 |
tree | c19b6aa5236fbc10d55e6993dfbb4c7d97f4dc48 | |
parent | b0ecc9da5ff64b59c810d1e9c82d06488805da77 [diff] |
vfs: Convert securityfs to use the new mount API Convert the securityfs filesystem to the new internal mount API as the old one will be obsoleted and removed. This allows greater flexibility in communication of mount parameters between userspace, the VFS and the filesystem. See Documentation/filesystems/mount_api.txt for more information. Signed-off-by: David Howells <dhowells@redhat.com> cc: linux-security-module@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>