doc/documentation/content/it/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

130 lines
2.1 KiB
Text

---
title: Capitolo 16. Mandatory Access Control
part: Parte II. Compiti Ordinari
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: Indice
:table-caption: Tabella
:figure-caption: Figura
:example-caption: Esempio
: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/it/mailing-lists.adoc[]
include::shared/it/urls.adoc[]
toc::[]
[[mac-synopsis]]
== Sinossi
Traduzione in corso
[[mac-inline-glossary]]
== Key Terms in this Chapter
Traduzione in corso
[[mac-initial]]
== Explanation of MAC
Traduzione in corso
[[mac-understandlabel]]
== Understanding MAC Labels
Traduzione in corso
[[mac-modules]]
== Module Configuration
Traduzione in corso
[[mac-bsdextended]]
== The MAC bsdextended Module
Traduzione in corso
[[mac-ifoff]]
== The MAC ifoff Module
Traduzione in corso
[[mac-portacl]]
== The MAC portacl Module
Traduzione in corso
[[mac-labelingpolicies]]
== MAC Policies with Labeling Features
Traduzione in corso
[[mac-partition]]
== The MAC partition Module
Traduzione in corso
[[mac-mls]]
== The MAC Multi-Level Security Module
Traduzione in corso
[[mac-biba]]
== The MAC Biba Module
Traduzione in corso
[[mac-lomac]]
== The MAC LOMAC Module
Traduzione in corso
[[mac-implementing]]
== Implementing a Secure Environment with MAC
Traduzione in corso
[[MAC-examplehttpd]]
== Another Example: Using MAC to Constrain A Web Server
Traduzione in corso
[[mac-examplesandbox]]
== An Example of a MAC Sandbox
Traduzione in corso
[[mac-troubleshoot]]
== Troubleshooting the MAC Framework
Traduzione in corso