summaryrefslogtreecommitdiffstats
path: root/src/core/dbus-manager.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* pid1: unify implemenation of /run/ disk space safety check a bitLennart Poettering2023-04-291-16/+42
* core/systemctl: when switching root default to /sysroot/Lennart Poettering2023-04-291-9/+15
* Merge pull request #27027 from dtardon/unit-file-list-cleanupLennart Poettering2023-04-131-11/+5
|\
| * dbus-manager: use _cleanup_ for UnitFileList hashDavid Tardon2023-03-281-11/+5
* | Merge pull request #27033 from dtardon/array-cleanupYu Watanabe2023-04-121-63/+41
|\ \
| * | dbus-manager: use CLEANUP_ARRAYDavid Tardon2023-04-111-11/+7
| * | dbus-manager: use CLEANUP_ARRAYDavid Tardon2023-04-111-52/+34
| |/
* / pid1: add DumpFileDescriptorStore() bus call that returns fdstore content infoLennart Poettering2023-03-291-0/+9
|/
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-2/+2
* Merge pull request #26784 from DaanDeMeyer/chase-fixDaan De Meyer2023-03-151-1/+1
|\
| * chase-symlinks: Remove unused ret_fd argumentsDaan De Meyer2023-03-141-1/+1
* | core: fix "(null)" in outputZbigniew Jędrzejewski-Szmek2023-03-151-1/+1
|/
* basic: add RuntimeScope enumLennart Poettering2023-03-101-14/+14
* pid1: add unit file settings to control memory pressure logicLennart Poettering2023-03-011-0/+2
* systemctl: print better message if default target is maskedDavid Tardon2023-02-271-0/+2
* tree-wide: port various things over to CLEANUP_ARRAY()Lennart Poettering2023-02-231-11/+8
* pid1: add a new D-Bus method for enquing POSIX signals with values to unit pr...Lennart Poettering2023-02-171-0/+5
* manager: improve message about Reload/Reexec requestsZbigniew Jędrzejewski-Szmek2023-02-081-2/+4
* process-util: add helper to verify a pid via its pidfdLuca Boccassi2023-01-201-11/+10
* core: add GetUnitByPIDFD method and use it in systemctlLuca Boccassi2023-01-181-0/+62
* core: use chase_symlinks_and_access() where appropriateLennart Poettering2022-12-231-12/+4
* core: tighten validation checks in SwitchRoot() dbus callLennart Poettering2022-12-231-2/+6
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* Manager: also log caller of daemon-reexecLuca Boccassi2022-12-151-4/+8
* manager: add option to rate limit daemon-reloadLuca Boccassi2022-12-131-0/+8
* manager: log unit/pid of sender when Reload() is calledLuca Boccassi2022-12-131-0/+26
* core: use correct scope of looking up unitsYu Watanabe2022-12-071-7/+4
* Merge pull request #25437 from YHNdnzj/systemctl-disable-warn-statically-enab...Zbigniew Jędrzejewski-Szmek2022-12-051-5/+16
|\
| * systemctl: warn if trying to disable a unit with no install infoMike Yuan2022-12-031-5/+16
* | dbus-manager: add comments about booleans in function callsMike Yuan2022-11-191-14/+14
|/
* core: fix memleak in GetUnitFileLinks methodYu Watanabe2022-11-021-5/+11
* core: give a nicer error message on invalid aliasesJacek Migacz2022-10-251-0/+25
* systemctl,manager: refuse linking unit files underneath the search pathsZbigniew Jędrzejewski-Szmek2022-10-241-0/+5
* Make comment about coordinating offline and online installation symmetricZbigniew Jędrzejewski-Szmek2022-10-201-3/+2
* Merge pull request #25004 from keszybz/transient-drop-insLuca Boccassi2022-10-181-1/+1
|\
| * manager: allow transient units to have drop-insZbigniew Jędrzejewski-Szmek2022-10-161-1/+1
* | Merge pull request #25007 from keszybz/rename-dbus-dumpZbigniew Jędrzejewski-Szmek2022-10-181-4/+21
|\ \