constify chown_common/security_path_chown
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
e6641eddf0
commit
7fd25dac9a
6 changed files with 7 additions and 7 deletions
|
@ -1375,7 +1375,7 @@ union security_list_options {
|
|||
struct path *new_dir,
|
||||
struct dentry *new_dentry);
|
||||
int (*path_chmod)(struct path *path, umode_t mode);
|
||||
int (*path_chown)(struct path *path, kuid_t uid, kgid_t gid);
|
||||
int (*path_chown)(const struct path *path, kuid_t uid, kgid_t gid);
|
||||
int (*path_chroot)(struct path *path);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue