mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
dbus: properly pass capabilities
This commit is contained in:
parent
1e59887dc9
commit
444a79d340
12
fixme
12
fixme
@ -53,24 +53,18 @@
|
||||
|
||||
* follow property change dbus spec
|
||||
|
||||
* selinux policy loading/socket stuff
|
||||
* selinux policy loading
|
||||
|
||||
* systemctl status $PID, systemctl stop $PID!
|
||||
|
||||
* place /etc/inittab with explaining blurb.
|
||||
|
||||
* vielleicht implizit immer auf syslog dependen?
|
||||
|
||||
* debian deadlock when partition set to noauto
|
||||
|
||||
* fingerprint.target, wireless.target, gps.target
|
||||
|
||||
* set_put(), hashmap_put() return values checken. i.e. == 0 macht kein free()!
|
||||
|
||||
* fix merging in .swap units
|
||||
|
||||
* pahole
|
||||
|
||||
* chkconfig/systemd-install glue
|
||||
|
||||
* io priority during initialization
|
||||
@ -129,3 +123,7 @@ Regularly:
|
||||
* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
|
||||
|
||||
* %m in printf() instead of strerror();
|
||||
|
||||
* pahole
|
||||
|
||||
* CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"
|
||||
|
@ -127,7 +127,7 @@
|
||||
{ interface, "SyslogPriority", bus_property_append_int, "i", &(context).syslog_priority }, \
|
||||
{ interface, "SyslogIdentifier", bus_property_append_string, "s", (context).syslog_identifier }, \
|
||||
{ interface, "SyslogLevelPrefix", bus_property_append_bool, "b", &(context).syslog_level_prefix }, \
|
||||
{ interface, "Capabilities", bus_property_append_string, "s", (context).capabilities }, \
|
||||
{ interface, "Capabilities", bus_execute_append_capabilities, "s", (context).capabilities }, \
|
||||
{ interface, "SecureBits", bus_property_append_int, "i", &(context).secure_bits }, \
|
||||
{ interface, "CapabilityBoundingSetDrop", bus_property_append_uint64, "t", &(context).capability_bounding_set_drop }, \
|
||||
{ interface, "User", bus_property_append_string, "s", (context).user }, \
|
||||
|
Loading…
Reference in New Issue
Block a user