I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
121 lines
2.1 KiB
Text
121 lines
2.1 KiB
Text
---
|
||
title: Capítulo 16. Mandatory Access Control
|
||
part: Parte III. Administración del sistema
|
||
prev: books/handbook/jails
|
||
next: books/handbook/audit
|
||
---
|
||
|
||
[[mac]]
|
||
= Mandatory Access Control
|
||
:doctype: book
|
||
:toc: macro
|
||
:toclevels: 1
|
||
:icons: font
|
||
:sectnums:
|
||
:sectnumlevels: 6
|
||
:source-highlighter: rouge
|
||
:experimental:
|
||
:skip-front-matter:
|
||
:toc-title: Tabla de contenidos
|
||
:table-caption: Tabla
|
||
:figure-caption: Figura
|
||
:example-caption: Ejemplo
|
||
:xrefstyle: basic
|
||
:relfileprefix: ../
|
||
:outfilesuffix:
|
||
:sectnumoffset: 16
|
||
|
||
ifeval::["{backend}" == "html5"]
|
||
:imagesdir: ../../../images/books/handbook/mac/
|
||
endif::[]
|
||
|
||
ifeval::["{backend}" == "pdf"]
|
||
:imagesdir: ../../../../static/images/books/handbook/mac/
|
||
endif::[]
|
||
|
||
ifeval::["{backend}" == "epub3"]
|
||
:imagesdir: ../../../../static/images/books/handbook/mac/
|
||
endif::[]
|
||
|
||
include::shared/authors.adoc[]
|
||
include::shared/releases.adoc[]
|
||
include::shared/es/mailing-lists.adoc[]
|
||
include::shared/es/teams.adoc[]
|
||
include::shared/es/urls.adoc[]
|
||
|
||
toc::[]
|
||
|
||
[[mac-synopsis]]
|
||
== Sinopsis
|
||
|
||
Pendiente de Traducción
|
||
|
||
[[mac-inline-glossary]]
|
||
== Términos clave en este capítulo
|
||
|
||
Pendiente de traducción
|
||
|
||
[[mac-initial]]
|
||
== Explicación de MAC
|
||
|
||
Pendiente de traducción
|
||
|
||
[[mac-understandlabel]]
|
||
== Las etiquetas MAC
|
||
|
||
Pendiente de traducción
|
||
|
||
[[mac-modules]]
|
||
== Configuración de módulos
|
||
|
||
Pendiente de traducción
|
||
|
||
[[mac-ifoff]]
|
||
== El módulo MAC ifoff
|
||
|
||
Pendiente de traducción
|
||
|
||
[[mac-portacl]]
|
||
== El módulo MAC portacl
|
||
|
||
Pendiente de traducción
|
||
|
||
[[mac-labelingpolicies]]
|
||
== Políticas de etiquetas MAC
|
||
|
||
Pendiente de traducción
|
||
|
||
[[mac-partition]]
|
||
== El módulo MAC partition
|
||
|
||
Pendiente de traducción
|
||
|
||
[[mac-mls]]
|
||
== El módulo de seguridad multinivel MAC
|
||
|
||
Pendiente de traducción
|
||
|
||
[[mac-biba]]
|
||
== El módulo MAC Biba
|
||
|
||
Pendiente de traducción
|
||
|
||
[[mac-lomac]]
|
||
== El módulo MAC LOMAC
|
||
|
||
Pendiente de traducción
|
||
|
||
[[mac-implementing]]
|
||
== Implementación de un entorno seguro con MAC
|
||
|
||
Pendiente de traducción
|
||
|
||
[[MAC-examplehttpd]]
|
||
== Otro ejemplo: Uso de MAC para restringir un servidor web
|
||
|
||
Pendiente de traducción
|
||
|
||
[[mac-troubleshoot]]
|
||
== Depuración de errores en MAC
|
||
|
||
Pendiente de traducción
|