diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/security.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/security.c b/security/security.c index 23cbb1a295a3..5b3d23e427b3 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -866,6 +866,11 @@ int security_add_mnt_opt(const char *option, const char *val, int len, | |||
866 | } | 866 | } |
867 | EXPORT_SYMBOL(security_add_mnt_opt); | 867 | EXPORT_SYMBOL(security_add_mnt_opt); |
868 | 868 | ||
869 | int security_move_mount(const struct path *from_path, const struct path *to_path) | ||
870 | { | ||
871 | return call_int_hook(move_mount, 0, from_path, to_path); | ||
872 | } | ||
873 | |||
869 | int security_inode_alloc(struct inode *inode) | 874 | int security_inode_alloc(struct inode *inode) |
870 | { | 875 | { |
871 | int rc = lsm_inode_alloc(inode); | 876 | int rc = lsm_inode_alloc(inode); |