Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Dcommon.h75 const unsigned int noroot = SECBIT_NOROOT | SECBIT_NOROOT_LOCKED; in _init_caps() local
77 if ((cap_get_secbits() & noroot) != noroot) in _init_caps()
78 EXPECT_EQ(0, cap_set_secbits(noroot)); in _init_caps()