diff options
Diffstat (limited to 'security/integrity/ima/ima_main.c')
-rw-r--r-- | security/integrity/ima/ima_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/ima/ima_main.c b/security/integrity/ima/ima_main.c index 122f17fc7fc1..cdae13c5ae05 100644 --- a/security/integrity/ima/ima_main.c +++ b/security/integrity/ima/ima_main.c | |||
@@ -184,7 +184,7 @@ int ima_path_check(struct path *path, int mask) | |||
184 | struct dentry *dentry = dget(path->dentry); | 184 | struct dentry *dentry = dget(path->dentry); |
185 | struct vfsmount *mnt = mntget(path->mnt); | 185 | struct vfsmount *mnt = mntget(path->mnt); |
186 | 186 | ||
187 | file = dentry_open(dentry, mnt, O_RDONLY, current->cred); | 187 | file = dentry_open(dentry, mnt, O_RDONLY, current_cred()); |
188 | rc = get_path_measurement(iint, file, dentry->d_name.name); | 188 | rc = get_path_measurement(iint, file, dentry->d_name.name); |
189 | } | 189 | } |
190 | out: | 190 | out: |