<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hakurei/config.go, branch develop</title>
<subtitle>low-level userspace tooling for Rosa OS</subtitle>
<id>http://src.rosa.moe/hakurei/atom/config.go?h=develop</id>
<link rel='self' href='http://src.rosa.moe/hakurei/atom/config.go?h=develop'/>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/'/>
<updated>2024-11-04T15:07:36Z</updated>
<entry>
<title>fortify: implement cleaner argument structure</title>
<updated>2024-11-04T15:07:36Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-11-04T14:08:29Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=714818c8aa1a26450cdfac0828d1a9528fdb95a4'/>
<id>urn:sha1:714818c8aa1a26450cdfac0828d1a9528fdb95a4</id>
<content type='text'>
Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>system: move sd_booted implementation to os abstraction</title>
<updated>2024-10-27T03:09:34Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-27T03:08:17Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=7df9d8d01dadcb05396d278aba11afc2ab4a2328'/>
<id>urn:sha1:7df9d8d01dadcb05396d278aba11afc2ab4a2328</id>
<content type='text'>
This implements lazy loading of the systemd marker (they are not accessed in init and shim) and ensures consistent behaviour when running with a stub.

Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>fmsg: support temporarily withholding output</title>
<updated>2024-10-26T14:09:32Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-26T14:09:32Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=ae1a102882103221ef842176dfd8cb1090d5f591'/>
<id>urn:sha1:ae1a102882103221ef842176dfd8cb1090d5f591</id>
<content type='text'>
Trying to print to a shared stdout is a terrible idea. This change makes it possible to withhold output for the lifetime of the sandbox.

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>fmsg: produce all output through fmsg</title>
<updated>2024-10-21T11:47:02Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-21T11:47:02Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=42e0b168e3d75389dfb968aebf9f5629d64782f9'/>
<id>urn:sha1:42e0b168e3d75389dfb968aebf9f5629d64782f9</id>
<content type='text'>
The behaviour of print functions from package fmt is not thread safe. Functions provided by fmsg wrap around Logger methods. This makes prefix much cleaner and makes it easy to deal with future changes to logging.

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>system: move enablements from state package</title>
<updated>2024-10-16T05:38:57Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-16T05:38:57Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=c21168a74181903535c63f49c5a6d3bd2052c883'/>
<id>urn:sha1:c21168a74181903535c63f49c5a6d3bd2052c883</id>
<content type='text'>
This removes the unnecessary import of the state package.

Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>fortify/config: flag to print template config serialised as JSON</title>
<updated>2024-10-12T10:46:40Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-12T10:46:40Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=283bcba05b55acddbb3ffe664e84fda10ed779ad'/>
<id>urn:sha1:283bcba05b55acddbb3ffe664e84fda10ed779ad</id>
<content type='text'>
Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>fortify: clean up config loading</title>
<updated>2024-10-11T16:51:06Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-11T16:51:06Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=61b473a06fb12b9f3d6f9d7f07693313bd954509'/>
<id>urn:sha1:61b473a06fb12b9f3d6f9d7f07693313bd954509</id>
<content type='text'>
Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
<entry>
<title>fortify: move flag handling to separate files</title>
<updated>2024-10-11T16:28:22Z</updated>
<author>
<name>Ophestra Umiker</name>
<email>cat@ophivana.moe</email>
</author>
<published>2024-10-11T16:28:22Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=d2575b670835fd19f7a67e5eee476a46eb9822e5'/>
<id>urn:sha1:d2575b670835fd19f7a67e5eee476a46eb9822e5</id>
<content type='text'>
Signed-off-by: Ophestra Umiker &lt;cat@ophivana.moe&gt;
</content>
</entry>
</feed>
