TOMOYO: Use pathname specified by policy rather than execve()
[deliverable/linux.git] / security / tomoyo / mount.c
index cfeff871908e7e7f0536006991734ee16c0cb1e8..82bf8c2390bc7c1b0d376ba22817b688447819cc 100644 (file)
@@ -60,7 +60,7 @@ static int tomoyo_audit_mount_log(struct tomoyo_request_info *r)
                                 flags);
 }
 
-static bool tomoyo_check_mount_acl(const struct tomoyo_request_info *r,
+static bool tomoyo_check_mount_acl(struct tomoyo_request_info *r,
                                   const struct tomoyo_acl_info *ptr)
 {
        const struct tomoyo_mount_acl *acl =
This page took 0.02716 seconds and 5 git commands to generate.