diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-06-15 10:16:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-15 15:49:29 +0200 |
commit | 7c3d67eff3e165b50084bf9c3269ec582d90c403 (patch) | |
tree | 9910fd823f99cf58f00a8617f968797a932ddb0f /src | |
parent | 5552b1c1b39cc73fe7201b31e79d1a05c3d0cee0 (diff) |
dbus: fix name of capability property
Diffstat (limited to 'src')
-rw-r--r-- | src/dbus-execute.c | 2 | ||||
-rw-r--r-- | src/dbus-execute.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dbus-execute.c b/src/dbus-execute.c index 3f8fafe6cd..6ceffc57a7 100644 --- a/src/dbus-execute.c +++ b/src/dbus-execute.c @@ -235,7 +235,7 @@ int bus_execute_append_capability_bs(DBusMessageIter *i, const char *property, v assert(property); assert(c); - /* We store this negated internally, to match the kernel, bu + /* We store this negated internally, to match the kernel, but * we expose it normalized. */ normal = *(uint64_t*) data; diff --git a/src/dbus-execute.h b/src/dbus-execute.h index 42df5aa330..56c5bcd4f4 100644 --- a/src/dbus-execute.h +++ b/src/dbus-execute.h @@ -77,7 +77,7 @@ " <property name=\"SyslogLevelPrefix\" type=\"b\" access=\"read\"/>\n" \ " <property name=\"Capabilities\" type=\"s\" access=\"read\"/>\n" \ " <property name=\"SecureBits\" type=\"i\" access=\"read\"/>\n" \ - " <property name=\"CapabilityBoundingSetDrop\" type=\"t\" access=\"read\"/>\n" \ + " <property name=\"CapabilityBoundingSet\" type=\"t\" access=\"read\"/>\n" \ " <property name=\"User\" type=\"s\" access=\"read\"/>\n" \ " <property name=\"Group\" type=\"s\" access=\"read\"/>\n" \ " <property name=\"SupplementaryGroups\" type=\"as\" access=\"read\"/>\n" \ |