mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
dbus: fix name of capability property
This commit is contained in:
parent
5552b1c1b3
commit
7c3d67eff3
@ -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;
|
||||
|
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user