added secrity options to default profile

This commit is contained in:
Jermeiah S 2025-06-15 22:53:21 -04:00
parent 63e24789a2
commit 52e26582ba
No known key found for this signature in database

View file

@ -5,6 +5,8 @@ resource "incus_profile" "d" {
"limits.cpu" = 2
"security.nesting" = true
"boot.autostart" = true
"security.privileged" = false
"security.syscalls.intercept.mount" = false
}
# device {