Sentry Firewall CD HOWTO Sentry Firewall CD HOWTO Table of Contents

Total Page:16

File Type:pdf, Size:1020Kb

Sentry Firewall CD HOWTO Sentry Firewall CD HOWTO Table of Contents Sentry Firewall CD HOWTO Sentry Firewall CD HOWTO Table of Contents Sentry Firewall CD HOWTO............................................................................................................................1 Stephen A. Zarkos, Obsid@Sentry.net....................................................................................................1 1. Introduction..........................................................................................................................................1 2. How the CD Works (Overview)..........................................................................................................1 3. Obtaining the CDROM........................................................................................................................1 4. Using the Sentry Firewall CDROM.....................................................................................................1 5. Overview of Available Configuration Directives................................................................................1 6. Setting Up a Firewall...........................................................................................................................2 7. Troubleshooting...................................................................................................................................2 8. Building a Custom Sentry CD.............................................................................................................2 9. More About the Sentry Firewall Project..............................................................................................2 1. Introduction..........................................................................................................................................2 1.1 What is the Sentry Firewall CD?.......................................................................................................3 1.2 Why would I use a CD−based firewall or server?.............................................................................3 1.3 I'm a Linux newbie, will the Sentry Firewall CD be a good choice for me?.....................................3 1.4 What's with all these branches(SENTRYCD/SENTRYCD−RH/SENTRYCD−xxx)? What's the difference between the branches?...........................................................................................................3 1.5 Minimum Requirements....................................................................................................................4 1.6 Copyrights and Disclaimer................................................................................................................4 2. How the CD Works (Overview)..........................................................................................................4 2.1 The Boot Process...............................................................................................................................5 2.2 ISOLINUX.........................................................................................................................................5 2.3 The CD Configuration Scripts...........................................................................................................5 3. Obtaining the CDROM........................................................................................................................6 3.1 Downloading......................................................................................................................................6 3.2 Purchasing..........................................................................................................................................6 3.3 Burning the CDROM.........................................................................................................................6 4. Using the Sentry Firewall CDROM.....................................................................................................7 4.1 Introduction........................................................................................................................................7 4.2 The sentry.conf file............................................................................................................................7 Example.............................................................................................................................................7 4.3 Network Configuration......................................................................................................................8 Example.............................................................................................................................................9 4.4 Other Useful Configuration Directives............................................................................................10 4.5 Putting it all together, managing multiple nodes from a single location.........................................10 4.6 Example sentry.conf and disk images..............................................................................................11 5. Overview of Available Configuration Directives..............................................................................11 5.1 Replacing rc/config files..................................................................................................................11 5.2 'device' directive support..................................................................................................................12 5.3 'nameserver' directive.......................................................................................................................12 5.4 Proxy Support Directives.................................................................................................................12 5.5 Passive FTP Support........................................................................................................................13 5.6 'include' directive.............................................................................................................................13 5.7 Copying files (|=).............................................................................................................................13 5.8 Making Symlinks (=>).....................................................................................................................13 5.9 'cdrom' directive...............................................................................................................................14 5.10 'cron' directive................................................................................................................................14 5.11 hostname........................................................................................................................................14 i Sentry Firewall CD HOWTO Table of Contents Sentry Firewall CD HOWTO 5.12 Other SENTRY−{RH,DEB} Specific Directives..........................................................................14 Start/Stop a Service or Daemon......................................................................................................14 6. Setting Up a Firewall.........................................................................................................................15 6.1 Starting the Firewall.........................................................................................................................15 6.2 Using FWBuilder with the Sentry Firewall CD...............................................................................15 6.3 Using Webmin with the Sentry Firewall CD...................................................................................16 6.4 Other Sample Firewall Scripts and Tools........................................................................................16 6.5 Links to Other Firewall Resources..................................................................................................17 7. Troubleshooting.................................................................................................................................17 7.1 Booting Problems............................................................................................................................17 7.2 Configuration Problems...................................................................................................................18 7.3 Frequently Asked Questions............................................................................................................18 7.4 Mailing List......................................................................................................................................18 8. Building a Custom Sentry CD...........................................................................................................18 8.1 Introduction......................................................................................................................................18 8.2 The development system(How I do it).............................................................................................18 8.3 The RAMdisk Image........................................................................................................................20 8.4 Making the ISO Image.....................................................................................................................20 9. More About the Sentry Firewall Project............................................................................................21
Recommended publications
  • Campus Networking Best Practices Session 5: Wireless
    Campus Networking Best Practices Session 5: Wireless LAN Hervey Allen Dale Smith NSRC & University of Oregon University of Oregon & NSRC [email protected] [email protected] Wireless LAN • Provide wireless network across your campus that has the following characteristics: – Authentication – only allow your users – Roaming – allow users to start up in one section of your network, then move to another location – Runs on your campus network Firewall/ Border Traffic Shaper Router Wireless REN switch Authentication Core Gateway Router Core Servers Network Access Control (NAC) Enterprise Identity Management • Processes and Documentation of users. – Now you must deal with this. – What to use as the back-end user store? • LDAP • Active Directory • Kerberos • Other? – Will this play nice with future use? • email, student/staff information, resource access, ... Identity Management Cont. • An example of such a project can be seen here: – http://ccadmin.uoregon.edu/idm/ • This is a retrofit on to an already retrofitted system. • Learn from others and try to avoid this situation if possible. A Wireless Captive Portal The Wireless Captive Portal • Previous example was very simple. • A Captive Portal is your chance to: – Explain your Acceptable Use Policies – Decide if you must authenticate, or – Allow users on your network and monitor for problems instead (alternate solution). – Anything else? Branding? What's Happening? • remember our initial network diagrams...? • Do you think our hotel built their own solution? • Probably not... Commercial Solutions • Aruba http://www.arubanetworks.com/ • Bradford Networks – http://www.bradfordnetworks.com/ • Cisco NAC Appliance (Clean Access) – http://www.cisco.com/en/US/products/ps6128/ • Cisco Wireless LAN Controllers – http://www.cisco.com/en/US/products/hw/wireless/ • Enterasys http://www.enterasys.com/ • Vernier http://www.verniernetworks.com Open Source Solutions • CoovaChilli (morphed from Chillispot) – http://coova.org/wiki/index.php/CoovaChilli – Uses RADIUS for access and accounting.
    [Show full text]
  • Iptables with Shorewall!
    Iptables with shorewall! Table of Contents 1. Install swarmlab-sec (Home PC) . 1 2. shorewall . 1 2.1. Installation . 2 3. Basic Two-Interface Firewall. 2 4. Shorewall Concepts . 3 4.1. zones — Shorewall zone declaration file . 3 4.2. interfaces — Shorewall interfaces file. 4 4.3. policy — Shorewall policy file . 4 4.4. rules — Shorewall rules file . 4 4.5. Compile then Execute . 4 5. Three-Interface Firewall. 5 5.1. zones . 6 5.2. interfaces . 6 5.3. policy . 7 5.4. rules . 7 5.5. masq - Shorewall Masquerade/SNAT definition file . 7 5.6. snat — Shorewall SNAT/Masquerade definition file . 8 5.7. Compile and Execute . 8 1. Install swarmlab-sec (Home PC) HowTo: See http://docs.swarmlab.io/lab/sec/sec.adoc.html NOTE Assuming you’re already logged in 2. shorewall Shorewall is an open source firewall tool for Linux that builds upon the Netfilter (iptables/ipchains) system built into the Linux kernel, making it easier to manage more complex configuration schemes by providing a higher level of abstraction for describing rules using text files. More: wikipedia 1 NOTE Our docker instances have only one nic to add more nic’s: create netowrk frist docker network create --driver=bridge --subnet=192.168.0.0/16 net1 docker network create --driver=bridge --subnet=192.168.0.0/16 net2 docker network create --driver=bridge --subnet=192.168.0.0/16 net3 then connect network to container connect network created to container docker network connect net1 master docker network connect net1 worker1 docker network connect net2 master docker network connect net2 worker2 now let’s look at the following image 2.1.
    [Show full text]
  • Te19 Emata Diplomovy19 Ych Prac19 2011/12
    Na´vrh te´mat diplomovy´ch a rocˇnı´kovy´ch pracı´ pro akademicky´rok 2012/13 Vedoucı´pra´ce: RNDr. Sˇa´rka Vavrecˇkova´, Ph.D. Poslednı´aktualizace: 22. rˇı´jna 2012 Upozorneˇnı´: te´ma musı´ by´t prˇed vybra´nı´m konzultova´no s vedoucı´m pra´ce. Pokud ma´te vlastnı´na´pad, je nutne´s nı´m prˇijı´t co nejdrˇı´v. Tento seznam je v aktua´lnı´elektronicke´formeˇ k dispozici na http://fpf.slu.cz/~vav10ui/obsahy/dipl/temata.pdf. DNS a ENUM (DNS and ENUM) Komenta´rˇ: ENUM (Electronic Number Mapping) je protokol vydany´organizacı´IETF, ktery´ Rezervova´no umozˇnˇuje prˇekla´dat telefonnı´cˇı´sla podle standardu E.164 na ru˚zna´URI podle existujı´cı´ch mozˇnostı´ (e-mail – Mailto, SIP, H323, ICQ, IRC, HTTP, FTP, IP adresa, atd.). Jde vlastneˇ o vytvorˇenı´a pouzˇı´va´nı´relacı´mezi ru˚zny´mi identifikacemi te´zˇe identity. Za´sady pro vypracova´nı´: IETF ENUM (Electronic Number Mapping) je protokol popisujı´cı´prˇe- klad telefonnı´ch cˇı´sel podle standardu E.164 na URI, standardizova´n jako RFC 3761. Student v pra´ci popı´sˇe princip DNS a ENUM, jejich vza´jemny´vztah, typicke´protokoly/sluzˇby, jejichzˇ URI mohou by´t cı´lem prˇekladu, na´vaznost na PSTN a VoIP, potrˇebne´protokoly, zabezpecˇenı´ proti chyba´m a beˇzˇny´m u´toku˚m, mozˇnosti vyuzˇitı´, konfiguraci ve zvolene´m DNS serveru. Zdroje: • ENUM [online]. Stra´nky organizace ITU-T. Dostupne´na: http://www.itu.int/osg/spu/enum/ • The E.164 to Uniform Resource Identifiers (URI) Dynamic Delegation Discovery System (DDDS) Application (ENUM)[online].
    [Show full text]
  • Linux Networking Cookbook.Pdf
    Linux Networking Cookbook ™ Carla Schroder Beijing • Cambridge • Farnham • Köln • Paris • Sebastopol • Taipei • Tokyo Linux Networking Cookbook™ by Carla Schroder Copyright © 2008 O’Reilly Media, Inc. All rights reserved. Printed in the United States of America. Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O’Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (safari.oreilly.com). For more information, contact our corporate/institutional sales department: (800) 998-9938 or [email protected]. Editor: Mike Loukides Indexer: John Bickelhaupt Production Editor: Sumita Mukherji Cover Designer: Karen Montgomery Copyeditor: Derek Di Matteo Interior Designer: David Futato Proofreader: Sumita Mukherji Illustrator: Jessamyn Read Printing History: November 2007: First Edition. Nutshell Handbook, the Nutshell Handbook logo, and the O’Reilly logo are registered trademarks of O’Reilly Media, Inc. The Cookbook series designations, Linux Networking Cookbook, the image of a female blacksmith, and related trade dress are trademarks of O’Reilly Media, Inc. Java™ is a trademark of Sun Microsystems, Inc. .NET is a registered trademark of Microsoft Corporation. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and O’Reilly Media, Inc. was aware of a trademark claim, the designations have been printed in caps or initial caps. While every precaution has been taken in the preparation of this book, the publisher and author assume no responsibility for errors or omissions, or for damages resulting from the use of the information contained herein.
    [Show full text]
  • Ubuntu Server Guide Ubuntu Server Guide Copyright © 2010 Canonical Ltd
    Ubuntu Server Guide Ubuntu Server Guide Copyright © 2010 Canonical Ltd. and members of the Ubuntu Documentation Project3 Abstract Welcome to the Ubuntu Server Guide! It contains information on how to install and configure various server applications on your Ubuntu system to fit your needs. It is a step-by-step, task-oriented guide for configuring and customizing your system. Credits and License This document is maintained by the Ubuntu documentation team (https://wiki.ubuntu.com/DocumentationTeam). For a list of contributors, see the contributors page1 This document is made available under the Creative Commons ShareAlike 2.5 License (CC-BY-SA). You are free to modify, extend, and improve the Ubuntu documentation source code under the terms of this license. All derivative works must be released under this license. This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE AS DESCRIBED IN THE DISCLAIMER. A copy of the license is available here: Creative Commons ShareAlike License2. 3 https://launchpad.net/~ubuntu-core-doc 1 ../../libs/C/contributors.xml 2 /usr/share/ubuntu-docs/libs/C/ccbysa.xml Table of Contents 1. Introduction ........................................................................................................................... 1 1. Support .......................................................................................................................... 2 2. Installation ............................................................................................................................
    [Show full text]
  • Montagem E Manutenção De Computadores Janaina Silva De Souza
    Montagem e Manutenção de Computadores Janaina Silva de Souza Curso Técnico em Manutenção e Suporte em Informática Montagem e Manutenção de Computadores Janaina Silva de Souza Manaus -AM 2011 Presidência da República Federativa do Brasil Ministério da Educação Secretaria de Educação a Distância © Centro de Educação Tecnológica do Amazonas Este Caderno foi elaborado em parceria entre o Centro de Educação Tecnológica do Amazonas e a Universidade Federal de Santa Catarina para o Sistema Escola Técnica Aberta do Brasil – e-Tec Brasil. Equipe de Elaboração Coordenação de Design Gráfico Centro de Educação Tecnológica do Amazonas André Rodrigues/UFSC – CETAM Design Instrucional Renato Cislaghi/UFSC Coordenação Institucional Adriana Lisboa Rosa/CETAM Web Master Laura Vicuña Velasquez/CETAM Rafaela Lunardi Comarella/UFSC Coordenação do Curso Web Design Helder Câmara Viana/CETAM Beatriz Wilges/UFSC Mônica Nassar Machuca/UFSC Professora-autora Janaina Silva de Souza/CETAM Diagramação Bárbara Zardo/UFSC Comissão de Acompanhamento e Validação Juliana Tonietto/UFSC Universidade Federal de Santa Catarina – UFSC Marília C. Hermoso/UFSC Nathalia Takeuchi/UFSC Coordenação Institucional Araci Hack Catapan/UFSC Revisão Júlio César Ramos/UFSC Coordenação do Projeto Silvia Modesto Nassar/UFSC Projeto Gráfico e-Tec/MEC Coordenação de Design Instrucional Beatriz Helena Dal Molin/UNIOESTE e UFSC Catalogação na fonte elaborada pela DECTI da Biblioteca Central da UFSC S729m Souza, Janaina Silva de Montagem e manutenção de computadores / Janaina Silva de Souza. – Manaus : Centro de Educação Tecnológica do Amazonas, 2011. 114p. : il. Inclui bibliografia Curso técnico em manutenção e suporte em informática ISBN: 978-85-63576-37-8 1. Informática – Estudo e ensino. 2. Microcomputadores – Manuten- ção e reparos.
    [Show full text]
  • Sentry: a Multipourpose GNU/Linux
    last update: 25/ october / 2002 Sentry: a multipourpose GNU/Linux... [In this short article I'll try to explain how to made a good use of Sentry: an useful GNU/Linux distribution that can be considered like a swiss-knife tool. I'll also describe my setup experience with this distro (followed by a case-study to solve an inusual need).] What's sentry: As described in product's FAQ the "Sentry Firewall CD" is a bootable GNU/Linux based CD-ROM, useful for a number of different needs: from firewall to application server. What is meant for bootable CD-ROM is a media that contains an Operative System full installation and has a boot sector so, if PC BIOS allow it (and most recent ones do), it is possible to start PC directly from CD-ROM. The advantage to operate from CD is due, before all, to the unchangeability of the media and the consequent fast recovery of system. And therefore is impossible for a cracker (not "haker" as some newspaper define those informatical intruders) to destroy the system itself in a definitive way. One of preferred activities of cracker is, infact, the installation of a rootkit as soon as an host ahs been compromised. A root kit is, in simple words, a kit of modified programs and system utilities that allow an easy access to compromised system masking, at the same time, crackers activities. As You can understand these programs were, usually, installed on the compromised system hard disk and are very hard to remove so often is required to reinstall all system to gain a new safe situation.
    [Show full text]
  • Copyrighted Material
    23_579959 bindex.qxd 9/27/05 10:05 PM Page 373 Index Symbols alias command, 200, 331 - (dash), 109 Anaconda installer feature, 19 $ (dollar sign), 330 analog channel changing, 66–67 ! (exclamation mark), 332 Analog RBG/xVGA output, 69 # (pound sign), 330 analog SVideo output, 69 ~ (tilde), 330 analog television output, 69 antiword conversion application, 173 A Appearance settings, Web Photo Gallery New aa boot label, eMoviX boot prompt, 136 Albums page, 45 abiword word processing application, 173 appliance modules, X10 protocol, 188 abuse application, 176 applications ace application, 176 for pen drives ACL (Access Control List), 259 downloading, 171–172 acm application, 176 gaming applications, 176–177 ActiveHome project, 185 general applications, 173–174 admin directory checks, Internet radio, 287 multimedia applications, 175 Admin email address option, Web Photo running from workstations, 316–317 Gallery Email and Registration apt-get install lirc command, 92 tab, 43 ASF (Advanced Systems Format), 128 administration tools, desktop features, a_steroid application, 176 342–343 atrpms-kickstart package, 79–80 administrative settings, Heyu project, 203–204 audacity application, 175 Advanced Systems Format (ASF), 128 audio players, Internet radio, 269–270 albums authentication parameters, Icecast server, 274 adding photos to, 48, 55 Autodesk automation files, eMoviX recording bookmarking, 54 COPYRIGHTED MATERIALcontent, 129 browsing, 51 AVI (Audio Video Interleaf ) format, 128 comments, adding, 54–55 creating, 47 B naming, 47 backend setup and startup, MythTV project slideshow settings, 46 configuration, 62, 110–113 summary additions, 48 backups, 29, 291 thumbnail images, 51 bad flag options, BZFlag project, 229 title creation, 48 bad words, managing, BZFlag project, 233 23_579959 bindex.qxd 9/27/05 10:05 PM Page 374 374 Index ■ B bandwidth consumption, Internet radio, 273 burning barrage application, 176 CDs Basic option, Devil-Linux firewall Main eMoviX project, 134–135 Menu, 253 MoviX2 project, 142–143 Battle Zone capture the Flag.
    [Show full text]
  • Papers/Openwrt on the Belkin F5D7230-4.Pdf
    WHITE PAPER OpenWRT on the Belkin F5D7230-4 Understanding the Belkin extended firmware for OpenWRT development White Paper OpenWRT on the Belkin F5D7230-4 Understanding the Belkin extended firmware for OpenWRT development CONTROL PAGE Document Approvals Approved for Publication: Author Name: Ian Latter 7 November 2004 Document Control Document Name: OpenWRT on the Belkin F5D7230-4; Understanding the Belkin extended firmware for OpenWRT development Document ID: openwrt on the belkin f5d7230-4.doc-Release-0.4(31) Distribution: Unrestricted Distribution Status: Release Disk File: C:\papers\OpenWRT on the Belkin F5D7230-4.doc Copyright: Copyright 2004, Ian Latter Version Date Release Information Author/s 0.4 07-Nov-04 Release / Unrestricted Distribution Ian Latter 0.3 26-Oct-04 Release / Unrestricted Distribution Ian Latter 0.2 24-Oct-04 Release / Unrestricted Distribution Ian Latter Distribution Version Release to 0.4 MidnightCode.org (correction of one grammatical error) 0.3 MidnightCode.org (correction of two minor errors) 0.2 MidnightCode.org Unrestricted Distribution Copyright 2004, Ian Latter Page 2 of 38 White Paper OpenWRT on the Belkin F5D7230-4 Understanding the Belkin extended firmware for OpenWRT development Table of Contents 1 OVERVIEW..................................................................................................................................4 1.1 IN BRIEF .................................................................................................................................4 1.2 HISTORY ................................................................................................................................4
    [Show full text]
  • Taxonomy of WRT54G(S) Hardware and Custom Firmware
    Edith Cowan University Research Online ECU Publications Pre. 2011 2005 Taxonomy of WRT54G(S) Hardware and Custom Firmware Marwan Al-Zarouni Edith Cowan University Follow this and additional works at: https://ro.ecu.edu.au/ecuworks Part of the Computer Sciences Commons Al-Zarouni, M. (2005). Taxonomy of WRT54G(S) hardware and custom firmware. In Proceedings of 3rd Australian Information Security Management Conference (pp. 1-10). Edith Cowan University. Available here This Conference Proceeding is posted at Research Online. https://ro.ecu.edu.au/ecuworks/2946 Taxonomy of WRT54G(S) Hardware and Custom Firmware Marwan Al-Zarouni School of Computer and Information Science Edith Cowan University E-mail: [email protected] Abstract This paper discusses the different versions of hardware and firmware currently available for the Linksys WRT54G and WRT54GS router models. It covers the advantages, disadvantages, and compatibility issues of each one of them. The paper goes further to compare firmware added features and associated filesystems and then discusses firmware installation precautions and ways to recover from a failed install. Keywords WRT54G, Embedded Linux, Wireless Routers, Custom Firmware, Wireless Networking, Firmware Hacking. BACKGROUND INFORMATION The WRT54G is a 802.11g router that combines the functionality of three different network devices; it can serve as a wireless Access Point (AP), a four-port full-duplex 10/100 switch, and a router that ties it all together (ProductReview, 2005). The WRT54G firmware was based on embedded Linux which is open source. This led to the creation of several sites and discussion forums that were dedicated to the router which in turn led to the creation of several variants of its firmware.
    [Show full text]
  • Introducción a Linux Equivalencias Windows En Linux Ivalencias
    No has iniciado sesión Discusión Contribuciones Crear una cuenta Acceder Página discusión Leer Editar Ver historial Buscar Introducción a Linux Equivalencias Windows en Linux Portada < Introducción a Linux Categorías de libros Equivalencias Windows en GNU/Linux es una lista de equivalencias, reemplazos y software Cam bios recientes Libro aleatorio análogo a Windows en GNU/Linux y viceversa. Ayuda Contenido [ocultar] Donaciones 1 Algunas diferencias entre los programas para Windows y GNU/Linux Comunidad 2 Redes y Conectividad Café 3 Trabajando con archivos Portal de la comunidad 4 Software de escritorio Subproyectos 5 Multimedia Recetario 5.1 Audio y reproductores de CD Wikichicos 5.2 Gráficos 5.3 Video y otros Imprimir/exportar 6 Ofimática/negocios Crear un libro 7 Juegos Descargar como PDF Versión para im primir 8 Programación y Desarrollo 9 Software para Servidores Herramientas 10 Científicos y Prog s Especiales 11 Otros Cambios relacionados 12 Enlaces externos Subir archivo 12.1 Notas Páginas especiales Enlace permanente Información de la Algunas diferencias entre los programas para Windows y y página Enlace corto GNU/Linux [ editar ] Citar esta página La mayoría de los programas de Windows son hechos con el principio de "Todo en uno" (cada Idiomas desarrollador agrega todo a su producto). De la misma forma, a este principio le llaman el Añadir enlaces "Estilo-Windows". Redes y Conectividad [ editar ] Descripción del programa, Windows GNU/Linux tareas ejecutadas Firefox (Iceweasel) Opera [NL] Internet Explorer Konqueror Netscape /
    [Show full text]
  • Ldp Howto-Index
    LDP HOWTO-INDEX Guylhem Aznar Joshua Drake Greg Ferguson v9.0, 2005-12-29 This document contains an index to the Linux HOWTOs as well as other information about the HOWTO project. LDP HOWTO-INDEX Table of Contents Chapter 1. What Are Linux HOWTOs?...........................................................................................................1 Chapter 2. Where Can I Get Linux HOWTOs?..............................................................................................2 Chapter 3. HOWTO Translations.....................................................................................................................3 Chapter 4. Categorized List of HOWTOs........................................................................................................4 4.1. The Linux OS....................................................................................................................................4 4.1.1. Getting Started.........................................................................................................................4 4.1.2. Switching from Other Operating Systems...............................................................................4 4.1.3. Distributions............................................................................................................................5 4.1.4. Installation...............................................................................................................................5 4.1.5. Kernel......................................................................................................................................7
    [Show full text]