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 | 2905 ATTR(LSM_ID_UNDEF, "current", 0666), 2906 ATTR(LSM_ID_UNDEF, "prev", 0444), 2907 ATTR(LSM_ID_UNDEF, "exec", 0666), 2908 ATTR(LSM_ID_UNDEF, "fscreate", 0666), 2909 ATTR(LSM_ID_UNDEF, "keycreate", 0666), 2910 ATTR(LSM_ID_UNDEF, "sockcreate", 0666),
|
| /linux/kernel/ |
| H A D | audit.c | 1512 &lsmctx, LSM_ID_UNDEF); in audit_receive_msg() 2294 error = security_lsmprop_to_secctx(prop, &ctx, LSM_ID_UNDEF); in audit_log_subj_ctx() 2357 error = security_lsmprop_to_secctx(prop, &ctx, LSM_ID_UNDEF); in audit_log_obj_ctx()
|
| /linux/security/ |
| H A D | security.c | 3629 struct lsm_ctx lctx = { .id = LSM_ID_UNDEF, }; in security_getselfattr() 3657 if (lctx.id == LSM_ID_UNDEF) in security_getselfattr() 3857 if (lsmid != LSM_ID_UNDEF && lsmid != scall->hl->lsmid->id) in security_lsmprop_to_secctx()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 6851 cp->id = LSM_ID_UNDEF; in selinux_release_secctx()
|