Home
last modified time | relevance | path

Searched refs:SECBIT_NOROOT_LOCKED (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dsecurebits.h23 #define SECBIT_NOROOT_LOCKED (issecure_mask(SECURE_NOROOT_LOCKED)) macro
/linux/tools/testing/selftests/landlock/
H A Dcommon.h50 const unsigned int noroot = SECBIT_NOROOT | SECBIT_NOROOT_LOCKED; in _init_caps()
/linux/tools/testing/selftests/exec/
H A Dcheck-exec.c43 const unsigned int noroot = SECBIT_NOROOT | SECBIT_NOROOT_LOCKED; in drop_privileges()