diff options
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" \ |