diff options
Diffstat (limited to 'include/linux/lsm_hooks.h')
-rw-r--r-- | include/linux/lsm_hooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h index 47117751f4eb..294fdfe902bf 100644 --- a/include/linux/lsm_hooks.h +++ b/include/linux/lsm_hooks.h | |||
@@ -1374,7 +1374,7 @@ union security_list_options { | |||
1374 | int (*path_rename)(struct path *old_dir, struct dentry *old_dentry, | 1374 | int (*path_rename)(struct path *old_dir, struct dentry *old_dentry, |
1375 | struct path *new_dir, | 1375 | struct path *new_dir, |
1376 | struct dentry *new_dentry); | 1376 | struct dentry *new_dentry); |
1377 | int (*path_chmod)(struct path *path, umode_t mode); | 1377 | int (*path_chmod)(const struct path *path, umode_t mode); |
1378 | int (*path_chown)(const struct path *path, kuid_t uid, kgid_t gid); | 1378 | int (*path_chown)(const struct path *path, kuid_t uid, kgid_t gid); |
1379 | int (*path_chroot)(struct path *path); | 1379 | int (*path_chroot)(struct path *path); |
1380 | #endif | 1380 | #endif |