]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: add a test case for the allow_other mount option
authorasomers <asomers@FreeBSD.org>
Thu, 21 Mar 2019 19:56:33 +0000 (19:56 +0000)
committerasomers <asomers@FreeBSD.org>
Thu, 21 Mar 2019 19:56:33 +0000 (19:56 +0000)
commit4722be1f747db278693dcc1960b63e400bd5a815
tree28dcb3848d8f294709ba07fea3304c628a4de845
parent3a8d0f3f84b7290ed2d049892aa9c0b51bf834a3
fusefs: add a test case for the allow_other mount option

Also, fix one of the default_permissions test cases.  I forgot the
expectation for FUSE_ACCESS, because that doesn't work right now.

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