Searched refs:LSM_HOOK (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| A D | lsm_hook_defs.h | 47 LSM_HOOK(int, 0, quota_on, struct dentry *dentry) 48 LSM_HOOK(int, 0, syslog, int type) 195 LSM_HOOK(int, 0, mmap_addr, unsigned long addr) 207 LSM_HOOK(int, 0, file_open, struct file *file) 239 LSM_HOOK(void, LSM_RET_VOID, task_getsecid_obj, 294 LSM_HOOK(int, 0, ismaclabel, const char *name) 311 LSM_HOOK(int, 0, watch_key, struct key *key) 360 LSM_HOOK(int, 0, tun_dev_create, void) 363 LSM_HOOK(int, 0, tun_dev_open, void *security) 379 LSM_HOOK(int, 0, ib_alloc_security, void *sec) [all …]
|
| 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
|
| A D | bpf_lsm.h | 17 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 20 #undef LSM_HOOK
|
| /linux/security/bpf/ |
| A D | hooks.c | 11 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 14 #undef LSM_HOOK
|
| /linux/kernel/bpf/ |
| 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/security/ |
| A D | security.c | 127 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 130 #undef LSM_HOOK 152 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 157 #undef LSM_HOOK 934 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 938 #undef LSM_HOOK
|
Completed in 23 milliseconds