libgocryptfs/tests
Jakob Unterwurzacher 53d6a9999d main: accept -dev, -nodev, -suid, -nosuid, -exec, -noexec
When mounted via /etc/fstab like this,

  /a /b fuse.gocryptfs default 0 0

we always get extra options passed. As reported by @mahkoh
at https://github.com/rfjakob/gocryptfs/pull/233 :

  mount passes `-o noexec` if `-o user` is set and `-o exec` is not set.
  If both `-o user` and `-o exec` are set, it passes `-o exec`.

Make these options work, and in addtion, also make -suid and -rw
work the same way.

Reported-by: @mahkoh
2018-06-07 22:50:30 +02:00
..
cli main: accept -dev, -nodev, -suid, -nosuid, -exec, -noexec 2018-06-07 22:50:30 +02:00
defaults tests: add "mv broken symlink" test 2018-05-17 23:14:33 +02:00
example_filesystems tests: example_filesystems: create a private copy in /tmp 2018-05-04 22:27:59 +02:00
fsck fsck: update testcases with binary xattrs 2018-05-10 23:26:00 +02:00
hkdf_sanity tests: add hkdf_sanity tests with broken example filesystem 2017-03-18 16:48:58 +01:00
matrix tests: cli_test: fix fd leak 2018-04-07 15:46:41 +02:00
plaintextnames readpassword: convert from string to []byte 2018-02-18 14:26:54 +01:00
reverse fsck: clean up log output 2018-04-02 18:32:30 +02:00
stress_tests tests: extractloop.sh: better cleanup logic, handle missing /proc 2018-03-13 22:41:26 +01:00
test_helpers main: accept -dev, -nodev, -suid, -nosuid, -exec, -noexec 2018-06-07 22:50:30 +02:00
xattr xattr: use LGet/LSet etc 2018-05-27 20:09:48 +02:00
canonical-benchmarks.bash benchmarks: add streaming read benchmark 2017-06-27 00:04:58 +02:00
dl-linux-tarball.bash macos: tests: use curl of wget is not available 2018-03-07 09:40:48 +01:00
fuse-unmount.bash OSX compat: replace fusermount calls with fuse-unmount.bash 2017-02-15 23:02:01 +01:00
maxlen.bash maxlen.bash: result was 1 too high 2016-10-04 10:26:22 +02:00