<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/main/paxmark, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>main/paxmark: don't fail if kernel does not support xattr</title>
<updated>2019-09-30T13:03:12+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2019-09-30T13:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b6675e264d92ec37140b35ba36ffc75c7bdb9acb'/>
<id>b6675e264d92ec37140b35ba36ffc75c7bdb9acb</id>
<content type='text'>
If builder does not support xattrs, it's not running hardened
kernel, and does not require runtime markings. Treat it as soft
error.

Ref #10828
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If builder does not support xattrs, it's not running hardened
kernel, and does not require runtime markings. Treat it as soft
error.

Ref #10828
</pre>
</div>
</content>
</entry>
<entry>
<title>main/paxmark: fix url fix license</title>
<updated>2019-06-12T13:01:12+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-06-07T18:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a876d9a1c46750d3f3da912cc541629567acc396'/>
<id>a876d9a1c46750d3f3da912cc541629567acc396</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/paxmark: no test suite</title>
<updated>2017-08-28T08:40:41+00:00</updated>
<author>
<name>A. Wilcox</name>
<email>AWilcox@Wilcox-Tech.com</email>
</author>
<published>2017-08-11T23:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=40717070ed6131295cecf8232bae5d1993911a98'/>
<id>40717070ed6131295cecf8232bae5d1993911a98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/paxmark: follow POSIX with 'return' vs 'exit'</title>
<updated>2017-07-27T23:03:56+00:00</updated>
<author>
<name>A. Wilcox</name>
<email>AWilcox@Wilcox-Tech.com</email>
</author>
<published>2017-07-24T15:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=18308a6e42b82ad5a6c3ddf46c63c6601b9fac84'/>
<id>18308a6e42b82ad5a6c3ddf46c63c6601b9fac84</id>
<content type='text'>
The 'return' builtin is used for functions and dot scripts only:
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#return

This means that paxmark has undefined behaviour.  When /bin/sh is
bash, an error is output:

/usr/sbin/paxmark: line 32: return: can only `return' from a function or sourced script

This commit replaces 'return' with POSIX standard 'exit'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'return' builtin is used for functions and dot scripts only:
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#return

This means that paxmark has undefined behaviour.  When /bin/sh is
bash, an error is output:

/usr/sbin/paxmark: line 32: return: can only `return' from a function or sourced script

This commit replaces 'return' with POSIX standard 'exit'.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/paxmark: add paxmark also to disk inside fakeroot</title>
<updated>2017-01-27T13:30:56+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2017-01-27T13:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3ceb54f76cc7bbbe5c8d041534afd0c3ef7555b8'/>
<id>3ceb54f76cc7bbbe5c8d041534afd0c3ef7555b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/paxmark: checksums</title>
<updated>2017-01-24T20:24:56+00:00</updated>
<author>
<name>William Pitcock</name>
<email>nenolod@dereferenced.org</email>
</author>
<published>2017-01-24T20:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=8435ad53a4c89cf1c236aeb9e56519017226220c'/>
<id>8435ad53a4c89cf1c236aeb9e56519017226220c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/paxmark: remove paxctl usage</title>
<updated>2017-01-24T20:24:08+00:00</updated>
<author>
<name>William Pitcock</name>
<email>nenolod@dereferenced.org</email>
</author>
<published>2017-01-24T20:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d1e475661fa736ad2725a837c516251395e0ec0f'/>
<id>d1e475661fa736ad2725a837c516251395e0ec0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/paxmark: fix for busybox 1.25</title>
<updated>2016-08-04T14:53:49+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-08-04T14:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=74f3e1c5b119be834b6fb8802c36ef4e2007c35c'/>
<id>74f3e1c5b119be834b6fb8802c36ef4e2007c35c</id>
<content type='text'>
we cannot declare local variables in global scope anymore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we cannot declare local variables in global scope anymore
</pre>
</div>
</content>
</entry>
<entry>
<title>main/paxmark: don't redirect attr stderr output to /dev/null</title>
<updated>2015-12-11T09:48:45+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2015-12-10T20:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=02e4b5bea0573a5570b61505a47ef06419f85550'/>
<id>02e4b5bea0573a5570b61505a47ef06419f85550</id>
<content type='text'>
Makes debugging easier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes debugging easier.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/paxmark: fix inverted test</title>
<updated>2015-04-16T13:53:48+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2015-04-16T13:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=03fba2aff6594571791b6dc5009d1b44f987a31a'/>
<id>03fba2aff6594571791b6dc5009d1b44f987a31a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
