From 6509159d50040d02c8c561b64cb130773d50999d Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sun, 9 Apr 2023 12:22:25 -0700 Subject: [PATCH] Describe snap package strict confinement (#2050) Closes #2049 --- content/en/installation/linux.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/en/installation/linux.md b/content/en/installation/linux.md index fa08ed9ce..30c2e15e4 100644 --- a/content/en/installation/linux.md +++ b/content/en/installation/linux.md @@ -19,13 +19,18 @@ weight: 30 ### Snap -[Snap] is a free and open source package manager for Linux. Available for [most distributions], Snap packages are simple to install and are automatically updated. This will install the extended edition of Hugo: +[Snap] is a free and open source package manager for Linux. Available for [most distributions], snap packages are simple to install and are automatically updated. + +The Hugo snap package is [strictly confined]. Strictly confined snaps run in complete isolation, up to a minimal access level that’s deemed always safe. The sites you create and build must be located within your home directory, or on removable media. + +This will install the extended edition of Hugo: ```sh sudo snap install hugo ``` [most distributions]: https://snapcraft.io/docs/installing-snapd +[strictly confined]: https://snapcraft.io/docs/snap-confinement [Snap]: https://snapcraft.io/ {{% readfile file="/installation/common/homebrew.md" %}}