doc/documentation/content/fr/books/handbook/mac/_index.adoc
Sergio Carlavilla Delgado 989d921f5d Migrate doc to Hugo/AsciiDoctor
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
2021-01-26 00:31:29 +01:00

93 lines
1.8 KiB
Text

---
title: Chapitre 16. Mandatory Access Control ** Traduction en Cours **
part: Partie III. Administration Système
prev: books/handbook/jails
next: books/handbook/audit
---
[[mac]]
= Mandatory Access Control ** Traduction en Cours **
:doctype: book
:toc: macro
:toclevels: 1
:icons: font
:sectnums:
:sectnumlevels: 6
:source-highlighter: rouge
:experimental:
:skip-front-matter:
:toc-title: Table des matières
:table-caption: Tableau
:example-caption: Exemple
: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/fr/mailing-lists.adoc[]
include::shared/fr/teams.adoc[]
include::shared/fr/urls.adoc[]
toc::[]
[[mac-synopsis]]
== Synopsis
[[mac-glossary]]
== Key Terms in this Chapter
[[mac-initial]]
== Explanation of MAC
[[mac-understandlabel]]
== Understanding MAC Labels
[[mac-modules]]
== Module Configuration
[[mac-bsdextended]]
== The MAC bsdextended Module
[[mac-ifoff]]
== The MAC ifoff Module
[[mac-portacl]]
== The MAC portacl Module
[[mac-labelingpolicies]]
== MAC Policies with Labeling Features
[[mac-partition]]
== The MAC partition Module
[[mac-mls]]
== The MAC Multi-Level Security Module
[[mac-biba]]
== The MAC Biba Module
[[mac-lomac]]
== The MAC LOMAC Module
[[mac-implementing]]
== Implementing a Secure Environment with MAC
[[MAC-examplehttpd]]
== Another Example: Using MAC to Constrain a Web Server
[[mac-troubleshoot]]
== Troubleshooting the MAC Framework