Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcred.h154 extern struct cred *prepare_exec_creds(void);
/openbmc/linux/kernel/
H A Dcred.c252 struct cred *prepare_exec_creds(void) in prepare_exec_creds() function
/openbmc/linux/fs/
H A Dexec.c1484 bprm->cred = prepare_exec_creds(); in prepare_bprm_creds()