Merge pull request #2759 from damdo/fix-some-reports-typos

Fix some typos and no-break char in reports markd
This commit is contained in:
Justin Cormack 2017-11-20 11:48:27 +00:00 committed by GitHub
commit 98ba4f3b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ The Docker for Mac Blueprint continues to integrate customisations from the down
- Bind `/etc/docker/daemon.json` in `examples/docker.yml` ([#2130] [@caminada] [@justincormack] [@MagnusS] [@riyazdf])
- Split DfM blueprint in base and docker yml ([#2137] [@justincormack] [@MagnusS])
## Projects
## Projects
The MirageSDK project development continues, with support for a new file descriptor sharing daemon
that allows linked containers to drop even more privileges while transmitting data securely

View File

@ -2,7 +2,7 @@
This report covers weekly developments in the [linuxkit], [linuxkit-ci], [rtf] and [virtsock] repositories.
**Security SIG on Memorizer:** This week's security SIG featured [@ndauten] explaining his [ops+memorizer project](sig-security/2017-07-05.md) that provides infrastructure for fine-grained security policy enforcement in Linux. There are meeting notes and slides available ([#2153] [#2160] [@ndauten] [@riyazdf]), as well as work-in-progress PR to addd a memorizer project to LinuxKit ([#2171] [#2170] [@ndauten] [@justincormack]).
**Security SIG on Memorizer:** This week's security SIG featured [@ndauten] explaining his [ops+memorizer project](sig-security/2017-07-05.md) that provides infrastructure for fine-grained security policy enforcement in Linux. There are meeting notes and slides available ([#2153] [#2160] [@ndauten] [@riyazdf]), as well as work-in-progress PR to add a memorizer project to LinuxKit ([#2171] [#2170] [@ndauten] [@justincormack]).
**Kernel:** The kernel images were updated to 4.11.9/4.9.36/4.4.76 from upstream ([#2167] [@rn]).
@ -10,7 +10,7 @@ This report covers weekly developments in the [linuxkit], [linuxkit-ci], [rtf] a
**ARM64:** `linuxkit run` no longer hardcodes x86_64 as the architecture, thus letting ARM64 run more easily ([#2162] [@arm64b]). Work is also ongoing to fix Golang ARM binaries running under emulation ([#1348] [@justincormack] [@rogaha] [@ncopa]) and multiarch manifest generation for base images used by LinuxKit ([#1377] [@arm64b] [@mor1] [@justincormack]).
**Example and build cleanups:** The build now works from behind an HTTP proxy ([#2144] [@kunalkushwaha] [@justincormack] [@rn]) and cleaning build outputs now covers raw files as well ([#2176] [@justincormack]). The example yaml files are also simpler now by moving `ttyS0` after `tty0` as it is more common ([#2177] [@justincormack]), and we also consistently dont use quotes around image names ([#2178] [@justincormack])
**Example and build cleanups:** The build now works from behind an HTTP proxy ([#2144] [@kunalkushwaha] [@justincormack] [@rn]) and cleaning build outputs now covers raw files as well ([#2176] [@justincormack]). The example yaml files are also simpler now by moving `ttyS0` after `tty0` as it is more common ([#2177] [@justincormack]), and we also consistently don't use quotes around image names ([#2178] [@justincormack])
**Virtsock:** The virtsock library for HyperV integration had various improvements to build stress tests using it:
- Pass `SOCK_CLOEXEC` to syscall.Socket ([virtsock#35] [@rn])