From ddc8da5f5906f629fc40879fc8bfff6828adb49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Fri, 29 Nov 2024 15:47:15 +0000 Subject: [PATCH] chore(rust): set chroot=true in the example --- rust/agama-lib/share/examples/post-script.jsonnet | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/agama-lib/share/examples/post-script.jsonnet b/rust/agama-lib/share/examples/post-script.jsonnet index c4433de4a4..268f2a2026 100644 --- a/rust/agama-lib/share/examples/post-script.jsonnet +++ b/rust/agama-lib/share/examples/post-script.jsonnet @@ -14,6 +14,7 @@ post: [ { name: 'enable-sshd', + chroot: true, body: ||| #!/bin/bash systemctl enable sshd