Searched refs:security_prepare_creds (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/kernel/ |
| H A D | cred.c | 242 if (security_prepare_creds(new, old, GFP_KERNEL_ACCOUNT) < 0) in prepare_creds() 617 if (security_prepare_creds(new, old, GFP_KERNEL_ACCOUNT) < 0) in prepare_kernel_cred()
|
| /linux-6.15/include/linux/ |
| H A D | security.h | 494 int security_prepare_creds(struct cred *new, const struct cred *old, gfp_t gfp); 1221 static inline int security_prepare_creds(struct cred *new, in security_prepare_creds() function
|
| /linux-6.15/Documentation/trace/ |
| H A D | events.rst | 236 call_site.function == security_prepare_creds 239 "security_prepare_creds". That is, it will compare the value of "call_site" and 241 the function "security_prepare_creds" and less than the end of that function.
|
| H A D | histogram.rst | 603 security_prepare_creds+0x16/0x20
|
| /linux-6.15/security/ |
| H A D | security.c | 3239 int security_prepare_creds(struct cred *new, const struct cred *old, gfp_t gfp) in security_prepare_creds() function
|