InstallFlags
Description:
[ CCode ( cprefix = "SNAPD_INSTALL_FLAGS_" , type_id = "snapd_install_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "1.12" ) ]
public enum InstallFlags
Flags to control install options.
Content:
Enum values:
- CLASSIC - Put snap in classic mode and
disable security confinement.
- DANGEROUS - Install the given snap
file even if there are no pre-acknowledged signatures for it, meaning it was not verified and could be dangerous (implied by
DEVMODE).
- DEVMODE - Put snap in development mode
and disable security confinement.
- JAILMODE - Put snap in enforced
confinement mode.
- NONE - No flags, default behaviour.