opnsense-src/tools/regression/security/cap_test
Jonathan Anderson b7f2d66a79 Expect fchflags(2) to fail with EOPNOTSUPP on NFS.
Even if we have CAP_FCHFLAGS, fchflags(2) fails on NFS. This is normal
and expected, so don't fail the test because of it.

Note that, whether or not we are on NFS, fchflags(2) should always fail
with ENOTCAPABLE if we are using a capability that does not have the
CAP_FCHFLAGS right.

Approved by: re (kib), mentor (rwatson)
Sponsored by: Google Inc
2011-08-05 17:43:11 +00:00
..
cap_test.c
cap_test.h
cap_test.t Flesh out the cap_test regression test. 2011-08-04 17:17:57 +00:00
cap_test_capabilities.c Expect fchflags(2) to fail with EOPNOTSUPP on NFS. 2011-08-05 17:43:11 +00:00
cap_test_capmode.c
cap_test_fcntl.c Flesh out the cap_test regression test. 2011-08-04 17:17:57 +00:00
cap_test_sysctl.c
Makefile