How to guides for classic confinement
Classic confinement is used for snaps that need to access system resources outside the strict confinement usually used.
When a snap uses classic confinement, it relies on libraries on the user’s system instead of those provided by a base snap. Care must be taken to ensure that the application in the snap is linked against the correct libraries.
These guides show how classic confinement can be enabled for different types of projects, addressing any linking issues:
- Set up classic confinement for an autotools project
- Set up classic confinement for a Python project
- Set up classic confinement for a Makefile project
- Set up classic confinement for a CMake project
Last updated 2 months ago.