added secrity options to default profile
This commit is contained in:
parent
63e24789a2
commit
52e26582ba
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ resource "incus_profile" "d" {
|
||||||
"limits.cpu" = 2
|
"limits.cpu" = 2
|
||||||
"security.nesting" = true
|
"security.nesting" = true
|
||||||
"boot.autostart" = true
|
"boot.autostart" = true
|
||||||
|
"security.privileged" = false
|
||||||
|
"security.syscalls.intercept.mount" = false
|
||||||
}
|
}
|
||||||
|
|
||||||
# device {
|
# device {
|
||||||
|
|
|
||||||
Reference in a new issue