Searched refs:TRY_DIR_OPS (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/capsicum-test/ |
| H A D | capability-fd.cc | 672 #define TRY_DIR_OPS(dfd, ...) do { \ macro 949 TRY_DIR_OPS(dfd, CAP_LINKAT_SOURCE); in DirOperationsTest() 950 TRY_DIR_OPS(dfd, CAP_LINKAT_TARGET); in DirOperationsTest() 960 TRY_DIR_OPS(dfd, CAP_FCHOWN, CAP_LOOKUP); in DirOperationsTest() 961 TRY_DIR_OPS(dfd, CAP_FCHMOD, CAP_LOOKUP); in DirOperationsTest() 962 TRY_DIR_OPS(dfd, CAP_FSTAT, CAP_LOOKUP); in DirOperationsTest() 963 TRY_DIR_OPS(dfd, CAP_FUTIMES, CAP_LOOKUP); in DirOperationsTest() 964 TRY_DIR_OPS(dfd, CAP_MKDIRAT, CAP_LOOKUP); in DirOperationsTest() 965 TRY_DIR_OPS(dfd, CAP_MKFIFOAT, CAP_LOOKUP); in DirOperationsTest() 966 TRY_DIR_OPS(dfd, CAP_MKNODAT, CAP_LOOKUP); in DirOperationsTest() [all …]
|