<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/tests/root_test, branch v2.1</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.1</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.1'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2021-08-16T17:24:04+00:00</updated>
<entry>
<title>tests/root_test: show failing command detail</title>
<updated>2021-08-16T17:24:04+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-08-16T17:24:04+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e2d3834b1c4aec2544369361f4b572c4f80dc544'/>
<id>urn:sha1:e2d3834b1c4aec2544369361f4b572c4f80dc544</id>
<content type='text'>
https://github.com/kdave/btrfs-progs/issues/392
</content>
</entry>
<entry>
<title>syscallcompat: move quirks logic here &amp; fix darwin</title>
<updated>2021-08-11T18:23:35+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-08-11T18:21:32+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=2d386fc92e88be5384d1654db5d6e23ef4682354'/>
<id>urn:sha1:2d386fc92e88be5384d1654db5d6e23ef4682354</id>
<content type='text'>
We need to look at f_fstypename acc. to
https://stackoverflow.com/a/52299141/1380267 :

&gt; As filesystem type numbers are now assigned at runtime in
&gt; recent versions of MacOS, you must use f_fstypename to
&gt; determine the type.

https://github.com/rfjakob/gocryptfs/issues/585
</content>
</entry>
<entry>
<title>Add -acl flag to enable ACL enforcement</title>
<updated>2021-05-15T15:58:37+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-05-08T15:17:08+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=86d8336b43418c028c34c37f06fcbd43ab0d44a1'/>
<id>urn:sha1:86d8336b43418c028c34c37f06fcbd43ab0d44a1</id>
<content type='text'>
With test to verify that it actually works this
time: Run "make root_test".

Depends-on: https://github.com/rfjakob/gocryptfs/issues/536
Fixes: https://github.com/rfjakob/gocryptfs/issues/536
</content>
</entry>
<entry>
<title>tests: MountOrFatal creates mnt dir itself</title>
<updated>2021-03-20T09:33:34+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-03-20T09:33:34+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=255a71c9179b9ad32587b20c41f81dc0b8cc3f44'/>
<id>urn:sha1:255a71c9179b9ad32587b20c41f81dc0b8cc3f44</id>
<content type='text'>
Allows to drop a few Mkdir()s.
</content>
</entry>
<entry>
<title>tests: add TestDiskFull</title>
<updated>2021-03-12T18:25:25+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-03-12T18:25:25+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=952d45ce84f63de963a1727e439e95883f9e65c1'/>
<id>urn:sha1:952d45ce84f63de963a1727e439e95883f9e65c1</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>tests: root_test: also test file creation</title>
<updated>2019-05-01T16:30:16+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-05-01T16:30:16+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=8d083e61f4624a4db324ac5ef4c08fb12d5bc801'/>
<id>urn:sha1:8d083e61f4624a4db324ac5ef4c08fb12d5bc801</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: fix root_test permission issues</title>
<updated>2019-05-01T16:29:06+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-05-01T16:29:06+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e22c8ea0bd9b1670d4ab2bb4c810119f43f16f40'/>
<id>urn:sha1:e22c8ea0bd9b1670d4ab2bb4c810119f43f16f40</id>
<content type='text'>
The parent directories need execute all permissions.
</content>
</entry>
<entry>
<title>tests: add root_tests (tests that must run as root)</title>
<updated>2019-05-01T11:12:44+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-05-01T11:11:42+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=96935e16b9167dc3c472505872b3fc5235203a05'/>
<id>urn:sha1:96935e16b9167dc3c472505872b3fc5235203a05</id>
<content type='text'>
First test is a reproducer for
https://github.com/rfjakob/gocryptfs/issues/394 "Group permissions: No write access"
</content>
</entry>
</feed>
