Home
last modified time | relevance | path

Searched refs:orig_cred (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/kernel/
Dacct.c496 const struct cred *orig_cred; in do_acct_process() local
505 orig_cred = override_creds(file->f_cred); in do_acct_process()
516 ac.ac_uid = from_kuid_munged(file->f_cred->user_ns, orig_cred->uid); in do_acct_process()
517 ac.ac_gid = from_kgid_munged(file->f_cred->user_ns, orig_cred->gid); in do_acct_process()
545 revert_creds(orig_cred); in do_acct_process()