<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hakurei/internal/sandbox, branch develop</title>
<subtitle>low-level userspace tooling for Rosa OS</subtitle>
<id>http://src.rosa.moe/hakurei/atom/internal/sandbox?h=develop</id>
<link rel='self' href='http://src.rosa.moe/hakurei/atom/internal/sandbox?h=develop'/>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/'/>
<updated>2025-03-16T17:55:36Z</updated>
<entry>
<title>sandbox: move out of internal</title>
<updated>2025-03-16T17:55:36Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-03-16T17:55:36Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=24618ab9a1524e8b8986a9bf67667288e642fcf1'/>
<id>urn:sha1:24618ab9a1524e8b8986a9bf67667288e642fcf1</id>
<content type='text'>
Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>sandbox: move params setup functions</title>
<updated>2025-03-16T17:48:32Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-03-16T17:48:32Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=9ce4706a0766880c072cccd2643d66f614a6a16b'/>
<id>urn:sha1:9ce4706a0766880c072cccd2643d66f614a6a16b</id>
<content type='text'>
Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>sandbox: wrap fmsg interface</title>
<updated>2025-03-16T17:44:07Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-03-16T17:31:46Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=9a1f8e129fe0f9919981b8a1d345a9b455bd76de'/>
<id>urn:sha1:9a1f8e129fe0f9919981b8a1d345a9b455bd76de</id>
<content type='text'>
Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>seccomp: install output atomically</title>
<updated>2025-03-16T16:10:27Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-03-16T16:09:12Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=ee108603572101ad3c285830e04ee248916b6c5d'/>
<id>urn:sha1:ee108603572101ad3c285830e04ee248916b6c5d</id>
<content type='text'>
Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>sandbox: check command function pointer</title>
<updated>2025-03-16T14:29:14Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-03-16T14:29:14Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=48feca800f90136f5a2d6169299f4efe5a93822c'/>
<id>urn:sha1:48feca800f90136f5a2d6169299f4efe5a93822c</id>
<content type='text'>
Setting default CommandContext on initialisation is somewhat of a footgun.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>ldd: lib paths resolve function</title>
<updated>2025-03-15T16:20:09Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-03-15T16:20:09Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=273d97af8502059193ccb6a188422f9d22eaf106'/>
<id>urn:sha1:273d97af8502059193ccb6a188422f9d22eaf106</id>
<content type='text'>
This is what always happens right after a ldd call, so implement it here.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>sandbox: return on zero length ops</title>
<updated>2025-03-15T15:32:36Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-03-15T15:32:36Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=9f5dad1998d82346e2ead345e11791ed114e32e0'/>
<id>urn:sha1:9f5dad1998d82346e2ead345e11791ed114e32e0</id>
<content type='text'>
This dodges potentially confusing behaviour where init fails due to Ops being clobbered during transfer.

Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>sandbox/init: early params nil check</title>
<updated>2025-03-14T19:03:10Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-03-14T19:03:10Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=bac4e67867faa7d8274b684575140a65827d3a4c'/>
<id>urn:sha1:bac4e67867faa7d8274b684575140a65827d3a4c</id>
<content type='text'>
Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>sandbox: return error on doubled start</title>
<updated>2025-03-14T18:30:14Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-03-14T18:30:14Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=4230281194080a2c3bd72116a3e15b0e75b960f8'/>
<id>urn:sha1:4230281194080a2c3bd72116a3e15b0e75b960f8</id>
<content type='text'>
Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
<entry>
<title>sandbox: expose cancel behaviour</title>
<updated>2025-03-14T18:04:27Z</updated>
<author>
<name>Ophestra</name>
<email>cat@gensokyo.uk</email>
</author>
<published>2025-03-14T18:04:27Z</published>
<link rel='alternate' type='text/html' href='http://src.rosa.moe/hakurei/commit/?id=e64e7608ca47d25e81fb43d66838d9aa0ffd2e9a'/>
<id>urn:sha1:e64e7608ca47d25e81fb43d66838d9aa0ffd2e9a</id>
<content type='text'>
Signed-off-by: Ophestra &lt;cat@gensokyo.uk&gt;
</content>
</entry>
</feed>
