diff --git a/docs/manual/selinux-support.txt b/docs/manual/integration-selinux-support.txt similarity index 96% rename from docs/manual/selinux-support.txt rename to docs/manual/integration-selinux-support.txt index 21137ae6c3..1f6bcf47eb 100644 --- a/docs/manual/selinux-support.txt +++ b/docs/manual/integration-selinux-support.txt @@ -2,7 +2,7 @@ // vim: set syntax=asciidoc: [[selinux]] -== Using SELinux in Buildroot +=== Using SELinux in Buildroot https://selinuxproject.org[SELinux] is a Linux kernel security module enforcing access control policies. In addition to the traditional file @@ -30,7 +30,7 @@ upstream https://github.com/SELinuxProject/refpolicy[refpolicy] project, enabled with +BR2_PACKAGE_REFPOLICY+. [[enabling-selinux]] -=== Enabling SELinux support +==== Enabling SELinux support To have proper support for +SELinux+ in a Buildroot generated system, the following configuration options must be enabled: @@ -42,7 +42,7 @@ In addition, your filesystem image format must support extended attributes. [[selinux-policy-tweaking]] -=== SELinux policy tweaking +==== SELinux policy tweaking The +SELinux refpolicy+ contains modules that can be enabled or disabled when being built. Each module provide a number of +SELinux+ diff --git a/docs/manual/integration.txt b/docs/manual/integration.txt new file mode 100644 index 0000000000..bdfbfa59de --- /dev/null +++ b/docs/manual/integration.txt @@ -0,0 +1,12 @@ +// -*- mode:doc; -*- +// vim: set syntax=asciidoc: + +[[integration]] +== Integration topics + +This chapter discusses how various things are integrated at system +level. Buildroot is highly configurable, almost everything discussed +here can be changed or overridden by xref:rootfs-custom[rootfs overlay +or custom skeleton] configuration. + +include::integration-selinux-support.txt[] diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt index b5cc044805..fab66dbda5 100644 --- a/docs/manual/manual.txt +++ b/docs/manual/manual.txt @@ -38,7 +38,7 @@ include::common-usage.txt[] include::customize.txt[] -include::selinux-support.txt[] +include::integration.txt[] include::faq-troubleshooting.txt[]