]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fuse(4): add tests for some mount options.
authorasomers <asomers@FreeBSD.org>
Mon, 18 Mar 2019 18:05:19 +0000 (18:05 +0000)
committerasomers <asomers@FreeBSD.org>
Mon, 18 Mar 2019 18:05:19 +0000 (18:05 +0000)
commitbe65471ae9e2d8a80182a66192a0f274515c43fa
tree6b7d32cc2dc04b40be0e13bc80e5c1d6f1c74759
parent1f9aeb4e2fe414905770bacc3dfa64c49a877562
fuse(4): add tests for some mount options.

This commit adds tests for the default_permissions and push_symlinks_in
mount options.  It doesn't add tests for allow_other, because I'm not sure
how that will interact with Kyua (the test will need to drop privileges).
All of the other mount options are undocumented.

PR: 216391
Sponsored by: The FreeBSD Foundation
tests/sys/fs/fuse/Makefile
tests/sys/fs/fuse/access.cc
tests/sys/fs/fuse/default_permissions.cc [new file with mode: 0644]
tests/sys/fs/fuse/mockfs.cc
tests/sys/fs/fuse/mockfs.hh
tests/sys/fs/fuse/readlink.cc
tests/sys/fs/fuse/utils.cc
tests/sys/fs/fuse/utils.hh