<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_minijail/elfparse.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_minijail/'/>
<entry>
<title>Add the 'e' flag to all fopen(3) calls</title>
<updated>2018-07-13T04:10:33+00:00</updated>
<author>
<name>Luis Hector Chavez</name>
<email>lhchavez@google.com</email>
</author>
<published>2018-07-13T04:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_minijail/commit/?id=a30a206d163bba1fb2fc0e5097a8dddfd78bee68'/>
<id>a30a206d163bba1fb2fc0e5097a8dddfd78bee68</id>
<content type='text'>
This change adds the 'e' flag to all fopen(3) calls so they get
O_CLOEXEC.

Bug: None
Test: make tests
Change-Id: I27eb4e99be4823bca4ed81e95abaa683f4b877d0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds the 'e' flag to all fopen(3) calls so they get
O_CLOEXEC.

Bug: None
Test: make tests
Change-Id: I27eb4e99be4823bca4ed81e95abaa683f4b877d0
</pre>
</div>
</content>
</entry>
<entry>
<title>drop unnecessary variable initializer</title>
<updated>2018-01-24T19:54:58+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@google.com</email>
</author>
<published>2018-01-24T19:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_minijail/commit/?id=06cacc9c74392d51274e4340f5c0bca40ae492a6'/>
<id>06cacc9c74392d51274e4340f5c0bca40ae492a6</id>
<content type='text'>
This structure does not need to be initialized early since it is
filled completely before being used later on (by the fread).  The
current builders are complaining about this initializer too since
they turned on -Wmissing-field-initializers.

Bug: None
Test: `make check` still works
Change-Id: Ia57356e8a2a23fdc7074661f73d10cf84d9a457f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This structure does not need to be initialized early since it is
filled completely before being used later on (by the fread).  The
current builders are complaining about this initializer too since
they turned on -Wmissing-field-initializers.

Bug: None
Test: `make check` still works
Change-Id: Ia57356e8a2a23fdc7074661f73d10cf84d9a457f
</pre>
</div>
</content>
</entry>
<entry>
<title>move elfparse includes to the module itself</title>
<updated>2018-01-24T03:32:16+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@google.com</email>
</author>
<published>2018-01-20T18:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_minijail/commit/?id=37c8e3c55c1c96b49a56012d10f7f0b356e7bfd9'/>
<id>37c8e3c55c1c96b49a56012d10f7f0b356e7bfd9</id>
<content type='text'>
The elfparse header doesn't require most of these includes, so don't
pull them in where they'll pollute other users of the header.  Instead
move all the headers elfparse.c needs to the source file itself.

Bug: None
Test: `make check` passes
Change-Id: I29377e900b42041f64f6229774ef7c872c74bce0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The elfparse header doesn't require most of these includes, so don't
pull them in where they'll pollute other users of the header.  Instead
move all the headers elfparse.c needs to the source file itself.

Bug: None
Test: `make check` passes
Change-Id: I29377e900b42041f64f6229774ef7c872c74bce0
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify '-T' help.</title>
<updated>2016-02-17T18:31:14+00:00</updated>
<author>
<name>Jorge Lucangeli Obes</name>
<email>jorgelo@google.com</email>
</author>
<published>2016-02-17T18:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_minijail/commit/?id=768d42b6675444f158e7a03df688ec788e07c567'/>
<id>768d42b6675444f158e7a03df688ec788e07c567</id>
<content type='text'>
Make it clear that the -T option will prevent all checks on the target
executable.

Bug: 27207746
Change-Id: I80888678530ada6d66d9bee203ee34f03b77f880
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it clear that the -T option will prevent all checks on the target
executable.

Bug: 27207746
Change-Id: I80888678530ada6d66d9bee203ee34f03b77f880
</pre>
</div>
</content>
</entry>
<entry>
<title>minijail: Make copyright headers consistent.</title>
<updated>2015-03-04T07:28:55+00:00</updated>
<author>
<name>Jorge Lucangeli Obes</name>
<email>jorgelo@chromium.org</email>
</author>
<published>2015-03-03T22:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_minijail/commit/?id=d613ab2f0968cca1e377f506728a36b961ac157e'/>
<id>d613ab2f0968cca1e377f506728a36b961ac157e</id>
<content type='text'>
BUG=None
TEST=Compiles

Change-Id: I7bff77f83b821cc0ab84f498b6d77cdbfa2286a7
Reviewed-on: https://chromium-review.googlesource.com/255609
Trybot-Ready: Jorge Lucangeli Obes &lt;jorgelo@chromium.org&gt;
Tested-by: Jorge Lucangeli Obes &lt;jorgelo@chromium.org&gt;
Reviewed-by: Lee Campbell &lt;leecam@chromium.org&gt;
Commit-Queue: Jorge Lucangeli Obes &lt;jorgelo@chromium.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG=None
TEST=Compiles

Change-Id: I7bff77f83b821cc0ab84f498b6d77cdbfa2286a7
Reviewed-on: https://chromium-review.googlesource.com/255609
Trybot-Ready: Jorge Lucangeli Obes &lt;jorgelo@chromium.org&gt;
Tested-by: Jorge Lucangeli Obes &lt;jorgelo@chromium.org&gt;
Reviewed-by: Lee Campbell &lt;leecam@chromium.org&gt;
Commit-Queue: Jorge Lucangeli Obes &lt;jorgelo@chromium.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix more style issues.</title>
<updated>2014-06-17T13:58:40+00:00</updated>
<author>
<name>Jorge Lucangeli Obes</name>
<email>jorgelo@chromium.org</email>
</author>
<published>2014-06-16T18:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_minijail/commit/?id=2f61ee42b3c305ed99bf495af41b05ff5aa93213'/>
<id>2f61ee42b3c305ed99bf495af41b05ff5aa93213</id>
<content type='text'>
BUG=None
TEST=unit

Change-Id: I89f7288e9b3226273232d99f1c0176b69ce3b300
Reviewed-on: https://chromium-review.googlesource.com/203971
Reviewed-by: Lee Campbell &lt;leecam@chromium.org&gt;
Tested-by: Jorge Lucangeli Obes &lt;jorgelo@chromium.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG=None
TEST=unit

Change-Id: I89f7288e9b3226273232d99f1c0176b69ce3b300
Reviewed-on: https://chromium-review.googlesource.com/203971
Reviewed-by: Lee Campbell &lt;leecam@chromium.org&gt;
Tested-by: Jorge Lucangeli Obes &lt;jorgelo@chromium.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow minijail to run statically linked targets</title>
<updated>2014-06-13T05:34:17+00:00</updated>
<author>
<name>Lee Campbell</name>
<email>leecam@chromium.org</email>
</author>
<published>2014-06-07T00:40:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_minijail/commit/?id=1e4fc6aa398673096ed202fccee8be977f9e3c2b'/>
<id>1e4fc6aa398673096ed202fccee8be977f9e3c2b</id>
<content type='text'>
minijail will now detect static targets and sandbox them

BUG:chromium:355109
TEST=Tested with autotest security_Minijail0 on arm and x64

Change-Id: I4c38f652207c5c50158449f952b14e9402e17751
Reviewed-on: https://chromium-review.googlesource.com/203013
Reviewed-by: Jorge Lucangeli Obes &lt;jorgelo@chromium.org&gt;
Tested-by: Lee Campbell &lt;leecam@chromium.org&gt;
Commit-Queue: Lee Campbell &lt;leecam@chromium.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
minijail will now detect static targets and sandbox them

BUG:chromium:355109
TEST=Tested with autotest security_Minijail0 on arm and x64

Change-Id: I4c38f652207c5c50158449f952b14e9402e17751
Reviewed-on: https://chromium-review.googlesource.com/203013
Reviewed-by: Jorge Lucangeli Obes &lt;jorgelo@chromium.org&gt;
Tested-by: Lee Campbell &lt;leecam@chromium.org&gt;
Commit-Queue: Lee Campbell &lt;leecam@chromium.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
