Home
last modified time | relevance | path

Searched refs:LSM_ATTR_PREV (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/include/uapi/linux/
Dlsm.h84 #define LSM_ATTR_PREV 104 macro
/linux-6.12.1/security/
Dlsm_syscalls.c38 return LSM_ATTR_PREV; in lsm_name_to_attr()
/linux-6.12.1/tools/testing/selftests/lsm/
Dlsm_set_self_attr_test.c68 ASSERT_EQ(-1, lsm_set_self_attr(LSM_ATTR_CURRENT | LSM_ATTR_PREV, tctx, in TEST()
Dlsm_get_self_attr_test.c126 ASSERT_EQ(-1, lsm_get_self_attr(LSM_ATTR_CURRENT | LSM_ATTR_PREV, ctx, in TEST()
243 count = lsm_get_self_attr(LSM_ATTR_PREV, ctx, &size, 0); in TEST()
/linux-6.12.1/Documentation/userspace-api/
Dlsm.rst40 ``LSM_ATTR_PREV`` is the security context of the process at the time the
/linux-6.12.1/security/apparmor/
Dlsm.c794 case LSM_ATTR_PREV: in apparmor_getselfattr()
/linux-6.12.1/security/selinux/
Dhooks.c6354 case LSM_ATTR_PREV: in selinux_lsm_getattr()