]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fuse(4): add tests for some mount options.
authorAlan Somers <asomers@FreeBSD.org>
Mon, 18 Mar 2019 18:05:19 +0000 (18:05 +0000)
committerAlan Somers <asomers@FreeBSD.org>
Mon, 18 Mar 2019 18:05:19 +0000 (18:05 +0000)
commit93d9f5818a030465801a30af7f0f40e2b9ed0d00
tree6b7d32cc2dc04b40be0e13bc80e5c1d6f1c74759
parent51786f270d248455c652927b23c7f303d2b73e20
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