<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openrc.git/src, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.vlhl.dev/navi/openrc/openrc.git/atom?h=master</id>
<link rel='self' href='https://git.vlhl.dev/navi/openrc/openrc.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/'/>
<updated>2024-07-21T20:51:22+00:00</updated>
<entry>
<title>rc-logger.c: fix log path for user-mode</title>
<updated>2024-07-21T20:51:22+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-07-21T20:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=6221248b13f19b6b29700622451fdf3b7235ffc0'/>
<id>urn:sha1:6221248b13f19b6b29700622451fdf3b7235ffc0</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>openrc-run: chdir into HOME for user services.</title>
<updated>2024-07-21T20:40:57+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-07-21T20:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=53de57ec2ee0af70ba59ec5fa4d30fc8a9102e9b'/>
<id>urn:sha1:53de57ec2ee0af70ba59ec5fa4d30fc8a9102e9b</id>
<content type='text'>
some services might expect to be in home, and may behave unexpectedly
for the user, e.g. any program started via dbus, and this matches
systemd-user behaviour.

Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>rc.c: remove superuser error message</title>
<updated>2024-07-21T13:51:10+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-07-21T13:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=232c398f32ef5b388ca591ff8d6ca269c1c3aee4'/>
<id>urn:sha1:232c398f32ef5b388ca591ff8d6ca269c1c3aee4</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>user_init.c: set SHELL</title>
<updated>2024-07-21T13:22:14+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-07-21T13:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=8e251296ee9c6e034d7621152d12638381bcb959'/>
<id>urn:sha1:8e251296ee9c6e034d7621152d12638381bcb959</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>user_init.c: set HOME</title>
<updated>2024-07-21T13:20:33+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-07-21T13:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=12b194b60c7f4221caffd9bb14b44c952f3e1b53'/>
<id>urn:sha1:12b194b60c7f4221caffd9bb14b44c952f3e1b53</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>user_init.c: use a single argument for -c</title>
<updated>2024-07-21T13:08:05+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-07-21T13:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=0dcc569a2e553bcbd008b03e6c4551fcdeed088c'/>
<id>urn:sha1:0dcc569a2e553bcbd008b03e6c4551fcdeed088c</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>openrc-run: fix check for argument count</title>
<updated>2024-07-21T10:08:47+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-07-21T10:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=980bfe6b9ca24616e20eef75ebab906ba3fa7089'/>
<id>urn:sha1:980bfe6b9ca24616e20eef75ebab906ba3fa7089</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>librc.c: return "none" from rc_runlevel_get when in user mode.</title>
<updated>2024-07-20T17:37:00+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-07-20T17:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=6b0d03e71a92c2ea3ef4d2ae43886ae0fde921ca'/>
<id>urn:sha1:6b0d03e71a92c2ea3ef4d2ae43886ae0fde921ca</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>openrc-pam: use full path to mark the service</title>
<updated>2024-07-20T17:28:27+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-07-20T17:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=0fb6b73add5ec595b314fb0c7c98206fb5b05649'/>
<id>urn:sha1:0fb6b73add5ec595b314fb0c7c98206fb5b05649</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>openrc-pam: add logging</title>
<updated>2024-07-20T17:28:11+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-07-20T17:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/openrc/openrc.git/commit/?id=e29e28447041892ea025457d94746b8a9ba9d7e2'/>
<id>urn:sha1:e29e28447041892ea025457d94746b8a9ba9d7e2</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
</feed>
