What is the technique used by snap to sandbox programs in Strict confinement
?
How much isolation does it provide ?
Does it make use of chroot
, apparmor
, etc. ?
What is the technique used by snap to sandbox programs in Strict confinement
?
How much isolation does it provide ?
Does it make use of chroot
, apparmor
, etc. ?
As stated here:
If a snap with
Strict confinement
wants to access other system resources such as network and camera , it should useInterfaces
. As stated here :If you (in fact I) want to install and use a package in non-strict (classical) confinement , you should add the option
--classic
to thesnap install
command and if the classical version of the package is present , it should be installed.