Home
last modified time | relevance | path

Searched refs:SECBIT_NOROOT_LOCKED (Results 1 – 2 of 2) 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.h48 const unsigned int noroot = SECBIT_NOROOT | SECBIT_NOROOT_LOCKED; in _init_caps()