Searched refs:inode_setsecctx (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | lsm_hooks.h | 1658 int (*inode_setsecctx)(struct dentry *dentry, void *ctx, u32 ctxlen); member 1930 struct hlist_head inode_setsecctx; member
|
/Linux-v4.19/security/ |
D | security.c | 1346 return call_int_hook(inode_setsecctx, 0, dentry, ctx, ctxlen); in security_inode_setsecctx()
|
/Linux-v4.19/security/smack/ |
D | smack_lsm.c | 4791 LSM_HOOK_INIT(inode_setsecctx, smack_inode_setsecctx),
|
/Linux-v4.19/security/selinux/ |
D | hooks.c | 7041 LSM_HOOK_INIT(inode_setsecctx, selinux_inode_setsecctx),
|