Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | tests: add TestDiskFull | Jakob Unterwurzacher | |
Also fix incomplete uid restoration in TestSupplementaryGroups and replace syscall.Setregid and friends with unix.Setregid and friends. This test is added to check if have problems handling a full disk. The ticket https://github.com/rfjakob/gocryptfs/issues/550 states that the full disk was not where the backing gocryptfs filesystem was, but this has no effect on gocryptfs, so we test the harder case. | |||
2019-05-01 | tests: root_test: also test file creation | Jakob Unterwurzacher | |
2019-05-01 | tests: fix root_test permission issues | Jakob Unterwurzacher | |
The parent directories need execute all permissions. | |||
2019-05-01 | tests: add root_tests (tests that must run as root) | Jakob Unterwurzacher | |
First test is a reproducer for https://github.com/rfjakob/gocryptfs/issues/394 "Group permissions: No write access" |