0

I'm new to snap (snapd), but from what I have read the snap support sanboxed app environments out of the box (Snap vs Flatpak vs AppImage).

Question: Is it there a way for me to verify that the application itself actually is "sandboxed"? Can I verify that it is running in a container, and how?

Thanks.

1 Answers1

0

You can verify the snap confinement mode with the command snap info --verbose , e.g.

snap info --verbose chromium
name:    chromium
...
notes:               
...
  confinement:       strict
  devmode:           false
...

List your installed snaps with snap list.

vanadium
  • 97,564