Merge pull request #8012 from elopio/patch-8

Add a note about snap confinement
This commit is contained in:
Alex Beregszaszi 2019-12-14 12:24:17 +00:00 committed by GitHub
commit 1c01c69eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,6 +131,12 @@ with the most recent changes, please use the following:
sudo snap install solc --edge
.. note::
The ``solc`` snap uses strict confinement. This is the most secure mode for snap packages
but it comes with limitations, like accessing only the files in your ``/home`` and ``/media`` directories.
For more information, go to `Demystifying Snap Confinement <https://snapcraft.io/blog/demystifying-snap-confinement>`_.
Arch Linux also has packages, albeit limited to the latest development version:
.. code-block:: bash