summaryrefslogtreecommitdiff
path: root/src/libelogind/sd-bus/bus-common-errors.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-04-16 21:41:40 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit1fa1ee057d4c0cdd6ee3b0af99ed9c2bbddc1613 (patch)
tree87b60585238b2ceedf1d243fb3c3c0ff1308c615 /src/libelogind/sd-bus/bus-common-errors.h
parent4c68a3ceb25fea24f93a87e9e1dbda336fc9bcfb (diff)
add new portable service framework
This adds a small service "systemd-portabled" and a matching client "portablectl", which implement the "portable service" concept. The daemon implements the actual operations, is PolicyKit-enabled and is activated on demand with exit-on-idle. Both the daemon and the client are an optional build artifact, enabled by default rhough.
Diffstat (limited to 'src/libelogind/sd-bus/bus-common-errors.h')
-rw-r--r--src/libelogind/sd-bus/bus-common-errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libelogind/sd-bus/bus-common-errors.h b/src/libelogind/sd-bus/bus-common-errors.h
index 7a483ce54..7a1e499d1 100644
--- a/src/libelogind/sd-bus/bus-common-errors.h
+++ b/src/libelogind/sd-bus/bus-common-errors.h
@@ -45,6 +45,8 @@
#define BUS_ERROR_NO_SUCH_GROUP_MAPPING "org.freedesktop.machine1.NoSuchGroupMapping"
#endif // 0
+#define BUS_ERROR_NO_SUCH_PORTABLE_IMAGE "org.freedesktop.portable1.NoSuchImage"
+
#define BUS_ERROR_NO_SUCH_SESSION "org.freedesktop.login1.NoSuchSession"
#define BUS_ERROR_NO_SESSION_FOR_PID "org.freedesktop.login1.NoSessionForPID"
#define BUS_ERROR_NO_SUCH_USER "org.freedesktop.login1.NoSuchUser"