<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hakurei/internal/app/share.runtime.go, branch develop</title>
<subtitle>low-level userspace tooling for Rosa OS</subtitle>
<id>http://src.rosa.moe/hakurei/atom/internal/app/share.runtime.go?h=develop</id>
<link rel='self' href='http://src.rosa.moe/hakurei/atom/internal/app/share.runtime.go?h=develop'/>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/'/>
<updated>2024-12-28T02:12:35Z</updated>
<entry>
<title>app: merge share methods</title>
<updated>2024-12-28T02:12:35Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2024-12-28T02:12:35Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=0107620d8c174dcf9237c16d4b4b7b2f6955a214'/>
<id>urn:sha1:0107620d8c174dcf9237c16d4b4b7b2f6955a214</id>
<content type='text'>
This significantly increases readability and makes order of ops more obvious.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>migrate to git.gensokyo.uk/security/fortify</title>
<updated>2024-12-19T15:20:02Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-12-19T15:20:02Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=df6fc298f608eb106229efc742f0ef8ce9f78e8b'/>
<id>urn:sha1:df6fc298f608eb106229efc742f0ef8ce9f78e8b</id>
<content type='text'>
Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>internal: wrap calls to os standard library functions</title>
<updated>2024-10-23T12:46:21Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-23T12:46:21Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=6bc5be7e5a2334274adf2945ad6d29d063a7086b'/>
<id>urn:sha1:6bc5be7e5a2334274adf2945ad6d29d063a7086b</id>
<content type='text'>
This change helps tests stub out and simulate OS behaviour during the sealing process. This also removes dependency on XDG_RUNTIME_DIR as the internal.System implementation provided to App provides a compat directory inside the tmpdir-based share when XDG_RUNTIME_DIR is unavailable.

Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>migrate to git.ophivana.moe/security/fortify</title>
<updated>2024-10-20T10:50:13Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-20T10:50:13Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=65af1684e3f12c1920f91c96474f19dbd0b147fc'/>
<id>urn:sha1:65af1684e3f12c1920f91c96474f19dbd0b147fc</id>
<content type='text'>
Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>app: move app ID to app struct</title>
<updated>2024-10-19T15:22:18Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-19T15:07:48Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=ad0034b09aaa76aca478304518c1394ba292a619'/>
<id>urn:sha1:ad0034b09aaa76aca478304518c1394ba292a619</id>
<content type='text'>
App ID is inherent to App, and it makes no sense to generate it as part of the app sealing process.

Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>app/share: fix order to ensure SharePath before any of its subdirectories</title>
<updated>2024-10-17T16:21:58Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-17T16:21:58Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=65bd7d18dbf35216d0a70c102a732c6356caee85'/>
<id>urn:sha1:65bd7d18dbf35216d0a70c102a732c6356caee85</id>
<content type='text'>
shareTmpdirChild happened to request an ephemeral dir within SharePath and was called before shareRuntime which ensures that path. This commit moves SharePath initialisation to shareSystem and moves shareTmpdirChild into ShareSystem. Further cleanup and tests are desperately needed for the app package but for now this fix will have to do.

Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>app: port app to use the system package</title>
<updated>2024-10-15T16:38:59Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-15T16:38:59Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=084cd84f36a1d608541b4aa4e1e95334395d8953'/>
<id>urn:sha1:084cd84f36a1d608541b4aa4e1e95334395d8953</id>
<content type='text'>
This commit does away with almost all baggage left over from the Ego port. Error wrapping also got simplified. All API changes happens to be internal which means no changes to main except renaming of the BaseError type.

Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>helper/bwrap: ordered filesystem args</title>
<updated>2024-10-14T17:15:55Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-14T17:15:55Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=2faf510146733c28a5dbc3245175700abcf4f966'/>
<id>urn:sha1:2faf510146733c28a5dbc3245175700abcf4f966</id>
<content type='text'>
The argument builder was written based on the incorrect assumption that bwrap arguments are unordered. The argument builder is replaced in this commit to correct that mistake.

Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>app: generate and replace passwd and group files</title>
<updated>2024-10-12T17:43:00Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-12T17:43:00Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=e4536b87ad5bc23096eab00f17ac55b7aad23996'/>
<id>urn:sha1:e4536b87ad5bc23096eab00f17ac55b7aad23996</id>
<content type='text'>
This ensures libc functions get correct user information.

Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>app: integrate bwrap into environment setup</title>
<updated>2024-10-10T19:18:15Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-10T19:18:15Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=662f2a9d2cea3f462cf5b508b3719d4d7a722146'/>
<id>urn:sha1:662f2a9d2cea3f462cf5b508b3719d4d7a722146</id>
<content type='text'>
Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
</feed>
