Searched refs:LSM_HOOK (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/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) 70 LSM_HOOK(int, 0, sb_statfs, struct dentry *dentry) 173 LSM_HOOK(int, 0, mmap_addr, unsigned long addr) 185 LSM_HOOK(int, 0, file_open, struct file *file) 216 LSM_HOOK(void, LSM_RET_VOID, task_getsecid_obj, 267 LSM_HOOK(int, 0, ismaclabel, const char *name) 284 LSM_HOOK(int, 0, watch_key, struct key *key) 334 LSM_HOOK(int, 0, tun_dev_create, void) 337 LSM_HOOK(int, 0, tun_dev_open, void *security) [all …]
|
A D | lsm_hooks.h | 1657 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); macro 1659 #undef LSM_HOOK 1663 #define LSM_HOOK(RET, DEFAULT, NAME, ...) struct hlist_head NAME; macro 1665 #undef LSM_HOOK
|
A D | bpf_lsm.h | 16 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 19 #undef LSM_HOOK
|
/linux-6.3-rc2/security/bpf/ |
A D | hooks.c | 10 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 13 #undef LSM_HOOK
|
/linux-6.3-rc2/kernel/bpf/ |
A D | bpf_lsm.c | 24 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 31 #undef LSM_HOOK 33 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME) macro 36 #undef LSM_HOOK
|
/linux-6.3-rc2/security/ |
A D | security.c | 398 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ in early_security_init() macro 401 #undef LSM_HOOK in early_security_init() 741 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 745 #undef LSM_HOOK
|
Completed in 16 milliseconds