Searched refs:LSM_HOOK (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | lsm_hook_defs.h | 47 LSM_HOOK(int, 0, quota_on, struct dentry *dentry) 48 LSM_HOOK(int, 0, syslog, int type) 196 LSM_HOOK(int, 0, mmap_addr, unsigned long addr) 208 LSM_HOOK(int, 0, file_open, struct file *file) 297 LSM_HOOK(int, 0, ismaclabel, const char *name) 315 LSM_HOOK(int, 0, watch_key, struct key *key) 364 LSM_HOOK(int, 0, tun_dev_create, void) 367 LSM_HOOK(int, 0, tun_dev_open, void *security) 448 LSM_HOOK(int, 0, perf_event_open, int type) 456 LSM_HOOK(int, 0, uring_sqpoll, void) [all …]
|
| H A D | lsm_hooks.h | 39 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); macro 41 #undef LSM_HOOK 68 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 71 #undef LSM_HOOK
|
| H A D | bpf_lsm.h | 17 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 20 #undef LSM_HOOK
|
| /linux-6.15/security/bpf/ |
| H A D | hooks.c | 11 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 14 #undef LSM_HOOK
|
| /linux-6.15/kernel/bpf/ |
| H A D | bpf_lsm.c | 23 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 30 #undef LSM_HOOK 32 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME) macro 35 #undef LSM_HOOK
|
| /linux-6.15/security/ |
| H A D | security.c | 126 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 129 #undef LSM_HOOK 151 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 156 #undef LSM_HOOK 933 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 937 #undef LSM_HOOK
|