Add a note about snap confinement

Documents #6915
This commit is contained in:
Leo Arias 2019-12-13 11:17:35 -06:00 committed by Alex Beregszaszi
parent c084f6462d
commit d3291db36a

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