| // 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 |
| 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" |