Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/overlayfs/
H A Dset_layers_via_fds.c502 if (!cap_down(CAP_MKNOD)) in TEST_F()
505 if (!cap_down(CAP_SYS_ADMIN)) in TEST_F()
/linux/tools/testing/selftests/filesystems/
H A Dutils.c545 int cap_down(cap_value_t down) in cap_down() function