]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
LSM: new method: ->sb_add_mnt_opt()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 15 Dec 2018 04:42:21 +0000 (23:42 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 21 Dec 2018 16:50:02 +0000 (11:50 -0500)
commit757cbe597fe8490c7c0a9650ebe5d60195f151d4
tree3603e26c54988aa08e45592f7955439974239e54
parent99dbbb593fe6b39153c15ea9b9c63ea911864cf2
LSM: new method: ->sb_add_mnt_opt()

Adding options to growing mnt_opts.  NFS kludge with passing
context= down into non-text-options mount switched to it, and
with that the last use of ->sb_parse_opts_str() is gone.

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