From ed35d6bd38febf27c62323166e924f90ee74688e Mon Sep 17 00:00:00 2001
From: Adam Outler <adamoutler@gmail.com>
Date: Fri, 3 May 2024 10:51:13 -0400
Subject: [PATCH] Update rootless.md

Adding quotes prevents the `$` from being omitted from the beginning of this line.  When a line starts with `$` it is assumed to be an included shell prompt by the formatter and so does get coped.
---
 content/engine/security/rootless.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/engine/security/rootless.md b/content/engine/security/rootless.md
index 610fadce3c..c7740593af 100644
--- a/content/engine/security/rootless.md
+++ b/content/engine/security/rootless.md
@@ -77,7 +77,7 @@ testuser:231072:65536
      abi <abi/4.0>,
      include <tunables/global>
 
-     $HOME/bin/rootlesskit flags=(unconfined) {
+     "$HOME/bin/rootlesskit" flags=(unconfined) {
        userns,
 
        include if exists <local/$(echo $HOME/bin/rootlesskit | sed -e s@^/@@ -e s@/@.@g)>