Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test the non-existing system-call lchflags(2) by using chflagsat(2) | 2017-01-12 | 1 | -3/+13 | |
| | | | | with AT_SYMLINK_NOFOLLOW instead. | ||||
* | Do not suppress error messages to stderr, but remove unnecessary | 2017-01-12 | 1 | -10/+3 | |
| | | | | debug prints. This gives better hints why the tests are failing. | ||||
* | Simple malloc() to reallocarray(). | 2014-10-18 | 1 | -2/+2 | |
| | | | | ok deraadt@ | ||||
* | ino_t is unsigned | 2013-08-05 | 1 | -2/+2 | |
| | |||||
* | Add code to check the kern.securelvel sysctl, since we run with a | 2007-04-14 | 1 | -2/+30 | |
| | | | | | | | | | | | | default securelevel of 1, files with the SF_APPEND or SF_IMMUTBLE flag set cant be removed (or the have the flag removed) so we get alot of false postives. Instead of creating duplicte tests for different securelevels we simply remove these flags for the call to chflags(); This however makes some of the test a little corny but we agreed this was better. ok pedro@, tedu@ | ||||
* | Add regression test suite for FFS, from FreeBSD, okay art@ deraadt@ | 2007-03-30 | 1 | -0/+700 | |