Home
last modified time | relevance | path

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

/freebsd/contrib/capsicum-test/
H A Dcapsicum-linux.h28 #define E_NO_TRAVERSE_CAPABILITY ENOTBENEATH macro
31 #define E_NO_TRAVERSE_CAPABILITY EPERM macro
H A Dcapsicum-freebsd.h49 #define E_NO_TRAVERSE_CAPABILITY ENOTBENEATH macro
52 #define E_NO_TRAVERSE_CAPABILITY ENOTCAPABLE macro
H A Dfexecve.cc186 EXPECT_SYSCALL_FAIL(E_NO_TRAVERSE_CAPABILITY, in TEST_F()
196 EXPECT_SYSCALL_FAIL(E_NO_TRAVERSE_CAPABILITY, in TEST_F()
H A Dcapsicum-test.h174 EXPECT_SYSCALL_FAIL(E_NO_TRAVERSE_CAPABILITY, result); \
183 EXPECT_SYSCALL_FAIL(E_NO_TRAVERSE_CAPABILITY, result); \