summaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/mount: fix typoYu Watanabe2024-10-091-1/+1
* namespace: rename drop_unused_mounts() → sort_and_drop_unused_mounts()Lennart Poettering2024-10-091-3/+3
* 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 #34656 from yuwata/private-usersLennart Poettering2024-10-095-14/+14
|\ \
| * | core: drop implicit support of PrivateTmp=offYu Watanabe2024-10-095-6/+6
| * | core: drop implicit support of PrivateUsers=offYu Watanabe2024-10-084-8/+8
* | | Merge pull request #34651 from yuwata/polkit-transient-unitLennart Poettering2024-10-095-62/+95
|\ \ \
| * | | core/dbus: pass transient unit name metadata to polkitRenjaya Raga Zenta2024-10-081-1/+8
| * | | core/dbus: add assertionsYu Watanabe2024-10-081-0/+12
| * | | core/dbus: introduce bus_verify_manage_units_async_impl()Yu Watanabe2024-10-082-21/+33
| * | | core/dbus: move bus_verify_xyz() to dbus-util.cYu Watanabe2024-10-085-49/+51
* | | | Merge pull request #34593 from Werkov/deprecate-aux-scopesLennart Poettering2024-10-091-1/+6
|\ \ \ \
| * | | | core/manager: Deprecate StartAuxiliaryScope() methodMichal Koutný2024-10-081-1/+6
* | | | | Merge pull request #34671 from yuwata/memoryLennart Poettering2024-10-091-1/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | core: suppress one debugging logYu Watanabe2024-10-081-1/+5
| | |/ / | |/| |
* / | | mount: optimize mountinfo traversal by decoupling device discoveryChen Guanqiao2024-10-081-1/+6
|/ / /
* | | Merge pull request #34674 from yuwata/reallocarrayLuca Boccassi2024-10-083-32/+11
|\ \ \
| * | | tree-wide: replace reallocarray() with GREEDY_REALLOC()Yu Watanabe2024-10-083-28/+10
| * | | core: use memdup_suffix0() at one more placeYu Watanabe2024-10-081-4/+1
* | | | Merge pull request #34556 from ryantimwilson/extra-fdsLennart Poettering2024-10-088-46/+234
|\ \ \ \ | |/ / / |/| | |
| * | | Add ExtraFileDescriptor property to StartTransientUnit dbus APIRyan Wilson2024-10-078-46/+234
* | | | tree-wide: drop doubled empty linesYu Watanabe2024-10-072-2/+0
* | | | Merge pull request #34408 from Werkov/fix-device-limitsYu Watanabe2024-10-072-10/+10
|\ \ \ \
| * | | | core/cgroup: Apply IODevice*= directives in configured orderMichal Koutný2024-09-242-10/+10
* | | | | core: warn if a generator is world-writableLukas Nykryn2024-10-071-1/+1
* | | | | path-lookup: deduplicate xdg_user_*() with sd_path_lookup()Mike Yuan2024-10-063-5/+6
| |/ / / |/| | |
* | | | fs-util: rename laccess to access_nofollowMike Yuan2024-10-051-3/+3
| |_|/ |/| |
* | | Merge pull request #34610 from poettering/exec-start-single-lineLuca Boccassi2024-10-031-1/+5
|\ \ \
| * | | man: soft deprecate use of ";" for separating multiple command lines in ExecS...Lennart Poettering2024-10-021-1/+5
* | | | core: load IPE policy on bootLuca Boccassi2024-10-024-0/+124
|/ / /
* | | Revert "Preset user units on first boot as well"Lennart Poettering2024-10-011-10/+6
* | | json: add json_dispatch_const_user_group_name()Lennart Poettering2024-10-011-9/+9
| |/ |/|
* | Merge pull request #34508 from intelfx/work/fix-io-reportingMike Yuan2024-09-304-10/+18
|\ \
| * | core/cgroup: cache IO accounting data when pruning a cgroupIvan Shapovalov2024-09-231-3/+15
| * | core/cgroup: drop `allow_cache` parameter in `unit_get_io_accounting()`Ivan Shapovalov2024-09-214-7/+3
* | | Preset user units on first boot as wellDaan De Meyer2024-09-211-6/+10
* | | tree-wide: use strv_extend_strv_consume() where appropriateMike Yuan2024-09-213-33/+19
|/ /
* | systemd: rewatch pids under cgroup v1 when sigchld of processes more than mai...chenjiayi2024-09-181-1/+1
* | load-fragment: terminate the specifier table (#34421)Ronan Pigott2024-09-151-0/+1
|/
* core: do not fail if ignorable img.v/ vpick dir is emptyLuca Boccassi2024-09-131-6/+14
* core: Add support for PrivateUsers=identityDaan De Meyer2024-09-0910-28/+119
* core/manager: do not re-init Manager.lookup_paths when manager_reload()Mike Yuan2024-09-071-7/+0
* core/manager: rename NOTIFY_RCVBUF_SIZE to MANAGER_SOCKET_RCVBUF_SIZEMike Yuan2024-09-071-6/+6
* Merge pull request #34256 from YHNdnzj/pid1-followupLennart Poettering2024-09-0512-99/+91
|\
| * core: rename BindJournalSockets= to BindLogSockets=Mike Yuan2024-09-048-25/+25
| * core/namespace: add comment to explain the non-obvious assumption on /run/sys...Mike Yuan2024-09-041-0/+2
| * core/namespace: make bind mounted journal sockets nosuid + noexec + nodevMike Yuan2024-09-042-3/+9
| * core/exec-invoke: use bind_mount_add() where appropriateMike Yuan2024-09-041-17/+3