X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=kernel%2Fcapability.c;h=34019c57888d4d093956b81963b557abd95103e9;hb=8e585a6c4abdef8562308f3f307aeea6cf168e8b;hp=4e66bf9275b03edf3c62e0e350afc5248f2b00b8;hpb=26b265cd29dde56bf0901c421eabc7ae815f38c4;p=firefly-linux-kernel-4.4.55.git diff --git a/kernel/capability.c b/kernel/capability.c index 4e66bf9275b0..34019c57888d 100644 --- a/kernel/capability.c +++ b/kernel/capability.c @@ -277,7 +277,7 @@ SYSCALL_DEFINE2(capset, cap_user_header_t, header, const cap_user_data_t, data) if (ret < 0) goto error; - audit_log_capset(pid, new, current_cred()); + audit_log_capset(new, current_cred()); return commit_creds(new);