summaryrefslogtreecommitdiffstats
path: root/src/core/dbus-manager.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dbus-manager: add missing word 'unit' to PK messageLennart Poettering2024-11-121-1/+1
* Merge pull request #34679 from DaanDeMeyer/bus-logDaan De Meyer2024-10-091-4/+16
|\
| * core: Log in more scenarios about which process initiated an operationDaan De Meyer2024-10-091-0/+12
| * core: Bump log level of reexecute request to noticeDaan De Meyer2024-10-091-4/+4
* | Merge pull request #34651 from yuwata/polkit-transient-unitLennart Poettering2024-10-091-1/+9
|\ \
| * | core/dbus: pass transient unit name metadata to polkitRenjaya Raga Zenta2024-10-081-1/+8
| * | core/dbus: move bus_verify_xyz() to dbus-util.cYu Watanabe2024-10-081-0/+1
| |/
* / core/manager: Deprecate StartAuxiliaryScope() methodMichal Koutný2024-10-081-1/+6
|/
* core/unit: unit_is_filtered() -> unit_passes_filter() and invert logicMike Yuan2024-08-171-1/+1
* core: Introduce unit_is_filtered()Daan De Meyer2024-08-141-8/+1
* core: Use RateLimit struct to store ratelimitsDaan De Meyer2024-08-141-4/+4
* core/dbus-manager: refuse SoftReboot() for user managersMike Yuan2024-07-031-0/+4
* core/dbus-manager: check for runtime scope first for system-wide operationsMike Yuan2024-07-031-20/+20
* core/dbus-manager: use sd_bus_error_set() rather than _setf() where appropriateMike Yuan2024-07-031-16/+16
* core/dbus-manager: use path_simplify_alloc() for root and init pathsMike Yuan2024-07-031-11/+11
* core/dbus-manager: use PidRef for log_caller()Mike Yuan2024-07-031-8/+9
* shared/install: modernize unit_file_get_list, use key destructorMike Yuan2024-06-121-8/+3
* install,dbus-manager: make unit_file_* take (char* const*) for strvMike Yuan2024-06-121-3/+3
* core/dbus-manager: only allow Freeze/ThawUnit() if loadedMike Yuan2024-05-301-2/+4
* manager: resolve verb/noun mixup in log messageZbigniew Jędrzejewski-Szmek2024-05-071-3/+3
* core/dbus-manager: mark unit file state as outdated only ifMike Yuan2024-05-011-12/+24
* tree-wise: several cleanups for loggingYu Watanabe2024-04-301-1/+1
* core: Pass NULL error in dump_impl()Daan De Meyer2024-04-291-2/+2
* core: drop unused param, move taint calculation to separate fileZbigniew Jędrzejewski-Szmek2024-04-241-4/+2
* core: rename SoftRebootStartTimestamp -> ShutdownStartTimestamp and generalizeLuca Boccassi2024-04-171-1/+1
* core/dbus-manager: rephrase the comment for method_get_unit_processes a bitMike Yuan2024-04-141-3/+4
* core/dbus-manager: add missing assertionMike Yuan2024-04-141-0/+1
* core: apply ReloadLimit to reexec tooLuca Boccassi2024-03-291-1/+9
* core: add counter for soft-reboot iterationsLuca Boccassi2024-03-271-0/+1
* core: add SoftRebootStartTimestampLuca Boccassi2024-03-271-0/+1
* data-fd-util: accept size == SIZE_MAX and translate that to strlenMike Yuan2024-03-121-1/+1
* core,install: generalize install error handlingMike Yuan2024-03-061-73/+23
* bus-util: add generic parser for extracting id128 values from bus messagesLennart Poettering2024-03-011-10/+1
* tree-wide: port various things over to new pidref helpersLennart Poettering2024-01-291-40/+19
* core/dbus-manager: fix typoYu Watanabe2024-01-051-1/+1
* core/manager: add dbus API to create auxiliary scope from running serviceMichal Sekletar2024-01-031-0/+179
* manager: Introduce manager_get_progress() helperDaan De Meyer2023-10-201-23/+1
* core: move pid watch/unwatch logic of the service manager to pidfdLennart Poettering2023-09-281-6/+6
* core: mark units as need daemon-reload if unit file operations areMike Yuan2023-09-281-0/+6
* manager: move various fields that declare unit defaults into a new structure ...Lennart Poettering2023-09-081-55/+55
* core,systemctl: refuse switching root if we're not in initrdMike Yuan2023-09-021-11/+16
* core,systemctl: refuse switching root to current root properlyMike Yuan2023-09-021-1/+8
* various: use _NEG_ macros to reduce indentationZbigniew Jędrzejewski-Szmek2023-08-161-2/+2
* tree-wide: drop unnecessary inclusion of version.hYu Watanabe2023-07-291-0/+1
* dbus: add 'ConfidentialVirtualization' property to manager objectDaniel P. Berrangé2023-07-061-0/+23
* core/dbus-manager: also show DefaultIOAccounting and DefaultIPAccountinglicunlong2023-06-191-0/+2
* pid1: add "soft-reboot" reboot methodLennart Poettering2023-06-021-1/+45
* tree-wide: use _cleanup_set_free_ and friendsYu Watanabe2023-05-311-1/+1
* manager: restrict Dump*() to privileged callers or ratelimitLuca Boccassi2023-05-191-2/+32
* core: Make sure systemctl exit <X> works outside of a containerDaan De Meyer2023-05-121-3/+0