snap list shows all snaps, but does not list the confinement model. Is it possible to list all snaps with their info and confinement?
1 Answer
Hard to find online. Looks like is not an official way to do it yet.
Some developers have shared how to do it with a shell script in the snapcraft forum.
You can take a look here:
Otherwise, I've found it is actually shown in the "snap list" response in the notes column. As in here:
Just to know about defaults, Snap man page states about the installation command:
"The install command installs the named snaps in the system. With no further options, the snaps are installed tracking the stable channel, with strict security confinement."