Searched refs:LSM_ID_UNDEF (Results 1 – 5 of 5) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | lsm.h | 53 #define LSM_ID_UNDEF 0 macro
|
| /linux/fs/proc/ |
| H A D | base.c | 2908 ATTR(LSM_ID_UNDEF, "current", 0666), 2909 ATTR(LSM_ID_UNDEF, "prev", 0444), 2910 ATTR(LSM_ID_UNDEF, "exec", 0666), 2911 ATTR(LSM_ID_UNDEF, "fscreate", 0666), 2912 ATTR(LSM_ID_UNDEF, "keycreate", 0666), 2913 ATTR(LSM_ID_UNDEF, "sockcreate", 0666),
|
| /linux/kernel/ |
| H A D | audit.c | 1516 &lsmctx, LSM_ID_UNDEF); in audit_receive_msg() 2297 error = security_lsmprop_to_secctx(prop, &ctx, LSM_ID_UNDEF); in audit_log_subj_ctx() 2360 error = security_lsmprop_to_secctx(prop, &ctx, LSM_ID_UNDEF); in audit_log_obj_ctx()
|
| /linux/security/ |
| H A D | security.c | 3630 struct lsm_ctx lctx = { .id = LSM_ID_UNDEF, }; in security_getselfattr() 3658 if (lctx.id == LSM_ID_UNDEF) in security_getselfattr() 3858 if (lsmid != LSM_ID_UNDEF && lsmid != scall->hl->lsmid->id) in security_lsmprop_to_secctx()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 6856 cp->id = LSM_ID_UNDEF; in selinux_release_secctx()
|