From ab29274028650924aacc3e3d7aa5dc06652a1864 Mon Sep 17 00:00:00 2001 From: Riyaz Faizullabhoy Date: Mon, 15 May 2017 10:37:20 -0700 Subject: [PATCH] Add security SIG info and notes Signed-off-by: Riyaz Faizullabhoy --- reports/sig-security/2017-05-24.md | 17 +++++++++++++++++ sigs/README.md | 8 ++++++++ sigs/security/README.md | 15 +++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 reports/sig-security/2017-05-24.md create mode 100644 sigs/README.md create mode 100644 sigs/security/README.md diff --git a/reports/sig-security/2017-05-24.md b/reports/sig-security/2017-05-24.md new file mode 100644 index 000000000..b406c332a --- /dev/null +++ b/reports/sig-security/2017-05-24.md @@ -0,0 +1,17 @@ +# 2017-05-24 +Video link: https://docker.zoom.us/j/779801882 + +## Agenda +- Introductions +- Discuss goals of SIG +- Updates on security `/projects`: + - clear-containers + - kernel-config + - kspp + - landlock + - miragesdk + - okernel + - wireguard +- `hardened` channel proposal: combining multiple security `/projects` into one yml + +## Meeting Notes \ No newline at end of file diff --git a/sigs/README.md b/sigs/README.md new file mode 100644 index 000000000..b3842bf69 --- /dev/null +++ b/sigs/README.md @@ -0,0 +1,8 @@ +# SIGs + +This directory will contain the descriptions for LinuxKit special interest groups (SIGs). + +The community is welcome to participate in any special interest groups they would like - these meetings are completely +open to the public. Moreover, it is encouraged that participants suggest meeting agenda points via pull-requests. + +Meeting notes will be posted promptly after each SIG meeting in the appropriate subdirectory. diff --git a/sigs/security/README.md b/sigs/security/README.md new file mode 100644 index 000000000..20527a7b6 --- /dev/null +++ b/sigs/security/README.md @@ -0,0 +1,15 @@ +# LinuxKit Security SIG + +## Join us! +- The LinuxKit Security SIG is open to the public and recurs every other Wednesday at 9AM PT: https://docker.zoom.us/j/779801882 +- Moby project forum topic: https://forums.mobyproject.org/c/sig/linuxkit-security +- #linuxkit channel on [Docker Community Slack](https://dockercommunity.slack.com/messages/C50QFMRC2/) (sign up [here](https://community.docker.com/registrations/groups/4316)) + +## Goals: +- Collaborate on security efforts already incubating in the `/projects` subdirectory such as WireGuard, Landlock, and okernel +- Discuss upstream Linux security +- Re-implement system daemons in type-safe languages, such as Rust and OCaml + +## Meeting Info: +- Meeting notes and agendas for upcoming meetings are kept in the [/reports/sigs/security directory](../../reports/sigs/security) +