Searched refs:inode_getsecctx (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | lsm_hooks.h | 1659 int (*inode_getsecctx)(struct inode *inode, void **ctx, u32 *ctxlen); member 1931 struct hlist_head inode_getsecctx; member
|
/Linux-v4.19/security/ |
D | security.c | 1352 return call_int_hook(inode_getsecctx, -EOPNOTSUPP, inode, ctx, ctxlen); in security_inode_getsecctx()
|
/Linux-v4.19/security/smack/ |
D | smack_lsm.c | 4792 LSM_HOOK_INIT(inode_getsecctx, smack_inode_getsecctx),
|
/Linux-v4.19/security/selinux/ |
D | hooks.c | 7042 LSM_HOOK_INIT(inode_getsecctx, selinux_inode_getsecctx),
|