blob: 49e3df71b651a619a03c993da304d837a749fb9a [file] [log] [blame]
package config
const (
// EnvelopeEnv is the name of the environment variable that holds the
// serialized device manager application envelope.
EnvelopeEnv = "VEYRON_DM_ENVELOPE"
// PreviousEnv is the name of the environment variable that holds the
// path to the previous version of the device manager.
PreviousEnv = "VEYRON_DM_PREVIOUS"
// OriginEnv is the name of the environment variable that holds the
// object name of the application repository that can be used to
// retrieve the device manager application envelope.
OriginEnv = "VEYRON_DM_ORIGIN"
// RootEnv is the name of the environment variable that holds the
// path to the directory in which device manager workspaces are
// created.
RootEnv = "VEYRON_DM_ROOT"
// CurrentLinkEnv is the name of the environment variable that holds
// the path to the soft link that points to the current device manager.
CurrentLinkEnv = "VEYRON_DM_CURRENT"
// HelperEnv is the name of the environment variable that holds the path
// to the suid helper used to start apps as specific system users.
HelperEnv = "VEYRON_DM_HELPER"
)