summaryrefslogtreecommitdiffstats
path: root/src/core/execute-serialize.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Introduce PrivatePIDs=Daan De Meyer2024-11-051-0/+20
* core: add read-only flag for exec directoriesLuca Boccassi2024-11-011-6/+17
* core: Refactor ProtectControlGroups= to use enum vs boolRyan Wilson2024-10-281-2/+2
* cgroup: Add ManagedOOMMemoryPressureDurationSec= override setting for unitsRyan Wilson2024-10-171-0/+8
* Add ExtraFileDescriptor property to StartTransientUnit dbus APIRyan Wilson2024-10-071-7/+23
* core: Add support for PrivateUsers=identityDaan De Meyer2024-09-091-5/+4
* core: rename BindJournalSockets= to BindLogSockets=Mike Yuan2024-09-041-3/+3
* core: introduce BindJournalSockets=Mike Yuan2024-09-031-0/+8
* service: add 'debug' option to RestartMode=Luca Boccassi2024-08-271-0/+10
* core: Use RateLimit struct to store ratelimitsDaan De Meyer2024-08-141-6/+6
* core/execute-serialize: use serialize_item_escaped() for external pathsMike Yuan2024-08-031-20/+32
* core/execute-serialize: drop extraneous '=' in ip-{in,e}gress serializationMike Yuan2024-08-031-2/+2
* core: Add support for renaming credentials with ImportCredential=Daan De Meyer2024-07-311-9/+14
* core: clean up Set/LoadCredential= parsersMike Yuan2024-07-231-29/+8
* core/execute-serialize: fix deserialization for apparmor_profile_ignoreMike Yuan2024-07-131-1/+1
* core/execute-serialize: drop duplicate serialization of _ignore flagsMike Yuan2024-07-111-30/+6
* core: do not imply PrivateTmp with DynamicUser, create a private tmpfs insteadLuca Boccassi2024-06-171-5/+4
* core/execute: switch mount_apivfs to tristateMike Yuan2024-04-271-12/+8
* core: use close_and_replace more when deserializingMike Yuan2024-04-271-7/+7
* execute: send handoff timestamps from executor to service managerLennart Poettering2024-04-251-0/+12
* core: correctly deserialize credentials with empty payloadFrantisek Sumsal2024-04-021-4/+4
* core/cgroup: introduce MemoryZSwapWriteback settingMike Yuan2024-03-141-0/+9
* extract-word: update remaining calls to `extract_many_words`Antonio Alvarez Feijoo2024-03-051-6/+3
* extract-word: modernize extract_many_wordsMike Yuan2024-03-031-17/+17
* core: remove duplicate serialization of `cpu_sched_reset_on_fork`Antonio Alvarez Feijoo2024-02-271-9/+0
* bpf-restrict-fs: also rename functions to bpf_restrict_fs_xyz()Lennart Poettering2024-01-251-2/+2
* hexdecoct: make unbase64mem and unhexmem always use SIZE_MAXMike Yuan2024-01-081-4/+4
* core: escape spaces in paths during serializationFrantisek Sumsal2024-01-061-8/+9
* core/executor: use log level specified in LogLevelMax=Yu Watanabe2023-12-231-0/+3
* core/exec-invoke: remove redundant fd_cloexec() callMike Yuan2023-11-301-12/+0
* core/execute-serialize: FOREACH_ARRAY at one more placeMike Yuan2023-11-301-4/+3
* Make sure we close bpf outer map fd in systemd-executorDaan De Meyer2023-11-301-0/+6
* core: remove redundant check when serializing FDsLuca Boccassi2023-11-231-31/+19
* core: pass bpf_outer_map_fd to sd-executor only if RestrictFileSystems was setLuca Boccassi2023-11-231-3/+3
* core: check if we got a valid personality during deserializationFrantisek Sumsal2023-10-311-2/+4
* core: actually set the CPU scheduling policy when deserializing itFrantisek Sumsal2023-10-271-3/+3
* core: don't assert when serializing malformed stateFrantisek Sumsal2023-10-181-14/+16
* serialize: add serialize_fd_many() helperLennart Poettering2023-10-181-139/+20
* serialize: change order of deserialize_strv() parametersLennart Poettering2023-10-181-18/+18
* serialize: add new helper deserialize_fd()Lennart Poettering2023-10-181-123/+65
* tree-wide: fix typoYu Watanabe2023-10-181-4/+4
* cgroup: turn device cgroup controller "rwm" strings into proper flagsLennart Poettering2023-10-181-5/+8
* core: fix deserialization copypastaLuca Boccassi2023-10-141-1/+1
* core/execute-serialize: use FOREACH_ARRAY moreMike Yuan2023-10-141-31/+30
* core: add serialization/deserialization for CGroupContextLuca Boccassi2023-10-121-2/+1082
* core: add serialization/deserialization for ExecRuntimeLuca Boccassi2023-10-121-2/+236
* core: add serialization/deserialization for ExecParametersLuca Boccassi2023-10-121-2/+562
* core: add serialization/deserialization for ExecCommandLuca Boccassi2023-10-121-2/+71
* core: add serialization/deserialization for ExecContextLuca Boccassi2023-10-121-0/+2141