Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dlsm.h84 #define LSM_ATTR_PREV 104 macro
/linux/security/
H A Dlsm_syscalls.c38 return LSM_ATTR_PREV; in lsm_name_to_attr()
/linux/tools/testing/selftests/lsm/
H A Dlsm_set_self_attr_test.c68 ASSERT_EQ(-1, lsm_set_self_attr(LSM_ATTR_CURRENT | LSM_ATTR_PREV, tctx, in TEST()
H A 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/Documentation/userspace-api/
H A Dlsm.rst40 ``LSM_ATTR_PREV`` is the security context of the process at the time the
/linux/security/apparmor/
H A Dlsm.c794 case LSM_ATTR_PREV: in apparmor_getselfattr()
/linux/security/selinux/
H A Dhooks.c6354 case LSM_ATTR_PREV: in selinux_lsm_getattr()