Searched refs:security_prepare_creds (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/kernel/ |
D | cred.c | 294 if (security_prepare_creds(new, old, GFP_KERNEL_ACCOUNT) < 0) in prepare_creds() 755 if (security_prepare_creds(new, old, GFP_KERNEL_ACCOUNT) < 0) in prepare_kernel_cred()
|
/Linux-v6.6/include/linux/ |
D | security.h | 409 int security_prepare_creds(struct cred *new, const struct cred *old, gfp_t gfp); 1063 static inline int security_prepare_creds(struct cred *new, in security_prepare_creds() function
|
/Linux-v6.6/Documentation/trace/ |
D | events.rst | 212 call_site.function == security_prepare_creds 215 "security_prepare_creds". That is, it will compare the value of "call_site" and 217 the function "security_prepare_creds" and less than the end of that function.
|
D | histogram.rst | 603 security_prepare_creds+0x16/0x20
|
/Linux-v6.6/security/ |
D | security.c | 2948 int security_prepare_creds(struct cred *new, const struct cred *old, gfp_t gfp) in security_prepare_creds() function
|