From d7ddb3ad027d09e061a2175412ee53a27634f371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Tue, 28 Oct 2025 23:28:07 -0400 Subject: [PATCH] doc/environment: Add INCUS_SECURITY_SELINUX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- doc/environment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/environment.md b/doc/environment.md index 4426c7e1cf..d4eb64f85a 100644 --- a/doc/environment.md +++ b/doc/environment.md @@ -38,6 +38,7 @@ the user's environment and to turn some advanced features on and off. | `INCUS_IDMAPPED_MOUNTS_DISABLE` | Disable idmapped mounts support (useful when testing traditional UID shifting) | | `INCUS_LXC_TEMPLATE_CONFIG` | Path to the LXC template configuration directory | | `INCUS_SECURITY_APPARMOR` | If set to `false`, forces AppArmor off | +| `INCUS_SECURITY_SELINUX` | If set to `true`, turns on SELinux integration | | `INCUS_SKIP_INSTANCE_TYPES` | If set to `true`, skip downloading instance type definitions | | `INCUS_UI` | Path to the web UI to serve through the web server | | `INCUS_USBIDS_PATH` | Path to the hwdata `usb.ids` file |