summaryrefslogtreecommitdiffstats
path: root/security/tomoyo
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-03-25 15:28:43 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2016-03-28 00:47:51 -0400
commit77b286c0d26a5399912f5affd90ed73e2d8b42a5 (patch)
tree93b158a02da3f193947eb46567731c6c5ed58635 /security/tomoyo
parent3ccee46ab487d5b87d0621824efe2500b2857c58 (diff)
downloadop-kernel-dev-77b286c0d26a5399912f5affd90ed73e2d8b42a5.zip
op-kernel-dev-77b286c0d26a5399912f5affd90ed73e2d8b42a5.tar.gz
constify security_path_chroot()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'security/tomoyo')
-rw-r--r--security/tomoyo/tomoyo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tomoyo/tomoyo.c b/security/tomoyo/tomoyo.c
index 6a858f2..c7764bb 100644
--- a/security/tomoyo/tomoyo.c
+++ b/security/tomoyo/tomoyo.c
@@ -385,7 +385,7 @@ static int tomoyo_path_chown(const struct path *path, kuid_t uid, kgid_t gid)
*
* Returns 0 on success, negative value otherwise.
*/
-static int tomoyo_path_chroot(struct path *path)
+static int tomoyo_path_chroot(const struct path *path)
{
return tomoyo_path_perm(TOMOYO_TYPE_CHROOT, path, NULL);
}
OpenPOWER on IntegriCloud