Linux Kernel Contributions by ANSSI

Linux Kernel Contributions by ANSSI

Linux kernel contributions by ANSSI Yves-Alexis Perez ANSSI LSS-EU 2018 Introduction Who am I? Yves-Alexis Perez ANSSI head of software and hardware architectures lab I OS security (Linux, micro-kernels) I mobile and embedded device security I CLIP OSa development Debian developer I security team I Linux kernel packaging I Xfce, strongSwan, imobiledevice packaging Mostly interested in low-level security and hardening a. https://www.clip-os.org [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 3/28 ANSSI Missions I not an intelligence agency I protect French administration & industry networks I defensive only Labs I pool of expertise on relevant area: cryptography, network, OS, … I research & development I academic publications I free-software contributions [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 4/28 French government & free software User I Large user of free software I Linux distributions widely used accross the whole government I cost reason, sometime about control Contributor I some large projects (SPIP, …) I DINSIC maintains a repository list[8] I 2016 Digital Republic law[11] introduced open-data by default I including code [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 5/28 Current situation with Linux Linux usage quite diverse I Linux servers from various distribution I Linux-based appliances (firewalls, IDS, VPN…) I some Linux workstations ANSSI can’t secure everything downstream I upstream work benefits more people I Linux distributions and Linux kernel I contribute where possible [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 6/28 Past and current contributions Past and current contributions / Documentation Documentation Administrators and products developers Integrators and products developers I Linux distribution hardening guide[5] I CLIP OS 4 security architecture[16] French French I Linux kernel hardening guide I CLIP OS 5 documentation[4] French (to be released) English [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 9/28 Past and current contributions / CLIP OS CLIP OS 4 ANSSI internal operating system I Gentoo-based Linux distribution I hardened and multi-level security I developed in-house since 2005 I includes specific kernel hardening I targeted at the French government I recently released as free software[2] [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 11/28 CLIP OS 4 feedback Hardened system in production since 10+ years User Developer Not that much complains Complex beast I “Where is MS Office?” I distribution maintenance I even on invasive security measures I diversion from upstream I technical users miss scripting I complex toolchain and SDK ⊕ complete W X policy I isolated network [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 12/28 CLIP OS 5[1] Same basis as CLIP OS 4 Different choices I suitable for managed networks I open development from the start I hardened Linux distribution I upstream relevant code directly I non-technical users (office work) I share with the community I multi-level I modular design to facilitate forks State of the art implementation of ANSSI recommendations [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 13/28 CLIP OS 5 kernel[3] Objectives Mainline hardening I provide isolation primitives to I KSPP recommendations[10] userspace I minimize system (attack surface) I maintain trust in hardware resources I security rather than performance I guarantee kernel self protection Security by default for all choices [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 14/28 Kernel patches Some out of tree patches Testbed for hardening features I linux-hardened[7] I provide some real-life feedback I lockdown[9] I hopefully help inclusion into mainline I stackleak[12] I minimize differences with mainline [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 15/28 Past and current contributions / Landlock Landlock[15] Status I development by Mickaël Salaün from ANSSI I submission process ongoing I last presentation at LSS-NA 2018[14] Specs I unprivileged sandboxing I define security policy directly from the application I similar to seccomp-bpf but not limited to syscalls I generic kernel objects access control I implemented as a LSM [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 17/28 Planned involvement Planned involvement / CLIP OS 4 upstreaming O_MAYEXEC (from clip-patches[6]) I new flag for open(2) I enforce and extend W⊕X policy to scripts I currently requires patching interpreters [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 20/28 O_MAYEXEC upstreaming Some re-architecturing needed Options I replace the hardcoded policy with a system-wide runtime configuration (sysctl) I enable more fine-grained policies by making this property available to LSMs Timeline I first internal drafts ongoing I first RFC by the end of the year I integration into CLIP OS 5 in parallel [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 21/28 VServer[13] Description I large external patch ( 700kB) I provide unified containers infrastructure I upstream has no Linux upstreaming plans I some bits could still be interesting VServer as LSM I VServer has the concept of XID (container ID) I can be used for access control decisions I VServer as LSM might be interesting I plans and timeline are still unsure [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 22/28 Conclusion Community feedback On current work What can we do next? I is it helpful? I specific items to work on I is it enough? I specific tasks [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 24/28 Questions ? [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 25/28 References I ANSSI. The CLIP OS project. URL: https://clip-os.org/en/. ANSSI. CLIP OS 4. URL: https://github.com/clipos-archive. ANSSI. CLIP OS kernel documentation. URL: https://docs.clip-os.org/clipos/kernel.html. ANSSI. CLIP OS project documentation. URL: https://docs.clip-os.org/. ANSSI. Recommandations de configuration d’un système GNU/Linux. URL: https://www.ssi.gouv.fr/uploads/2015/10/NP_Linux_Configuration.pdf. [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 25/28 References II ANSSI. Set of Linux patches for CLIP OS. URL: https://github.com/clipos-archive/src_platform_clip-patches. Levente ’anthraxx’ Polyak. linux-hardened. URL: https://github.com/anthraxx/linux-hardened. Etalab. Inventaire des codes sources des organismes publics. URL: https://github.com/etalab/inventaire-codes-sources-organismes-publics. Justin Forbes. lockdown. URL: https: //git.kernel.org/pub/scm/linux/kernel/git/jforbes/linux.git/log/?h=lockdown. [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 26/28 References III KSPP. KSPP recommended settings. URL: https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/ Recommended_Settings. Axelle Lemaire. Digital republic law. URL: https://www.republique-numerique.fr/pages/in-english. Alexander Popov. stackleak. URL: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git/log/?h= for-next/gcc-plugin/stackleak. VServer project. VServer project . URL: http://linux-vserver.org/. [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 27/28 References IV Mickaël Salaün. How to safely restrict access to files in a programmatic way with landlock? URL: https://landlock.io/talks/2018-08-27_landlock-lss.pdf. Mickaël Salaün. Landlock: programmatic access control. URL: https://landlock.io/. Vincent Strubel. Documentation CLIP - Architecture de sécurité. URL: https://github.com/clipos-archive/clipos4_doc/blob/master/developpeur/1002_ Architecture_Securite_1.2.pdf. [email protected] Linux kernel contributions by ANSSI LSS-EU 2018 28/28.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    29 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us