Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dsecurebits.h23 #define SECBIT_NOROOT_LOCKED (issecure_mask(SECURE_NOROOT_LOCKED)) macro
/linux-6.12.1/tools/testing/selftests/landlock/
Dcommon.h75 const unsigned int noroot = SECBIT_NOROOT | SECBIT_NOROOT_LOCKED; in _init_caps()