doc/environment: Add INCUS_SECURITY_SELINUX

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber 2025-10-28 23:28:07 -04:00
parent 163109397e
commit d7ddb3ad02
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -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 |