summaryrefslogtreecommitdiff
path: root/src/core/execute.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use parse_fd()David Tardon2023-05-051-14/+14
* execute: remove credentials dir again when emptyLennart Poettering2023-05-041-0/+5
* execute: suppress credentials mount if emptyLennart Poettering2023-05-041-7/+25
* core: change ownership of subcgroup we create recursively, it shall be owned ...Lennart Poettering2023-04-271-1/+1
* execute: don't apply journal + oomd xattrs to subcgroupLennart Poettering2023-04-271-6/+4
* core: add DelegateSubgroup= settingLennart Poettering2023-04-271-9/+34
* user units: implicitly enable PrivateUsers= when sandboxing options are setLuca Boccassi2023-04-131-3/+46
* service: allow freeing the fdstore via cleaningLennart Poettering2023-04-131-0/+17
* Merge pull request #25608 from poettering/dissect-moarLennart Poettering2023-04-121-30/+41
|\
| * tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-051-30/+41
* | Merge pull request #27033 from dtardon/array-cleanupYu Watanabe2023-04-121-73/+51
|\ \ | |/ |/|
| * execute: use CLEANUP_ARRAYDavid Tardon2023-04-111-38/+30
| * execute: use more automatic cleanupDavid Tardon2023-04-111-12/+8
| * execute: use CLEANUP_ARRAYDavid Tardon2023-04-111-23/+13
* | execute: add one more assert()Lennart Poettering2023-04-041-0/+2
* | core: unify two similar paths, avoid formatting of unused stringZbigniew Jędrzejewski-Szmek2023-04-041-26/+21
* | core: typos in commentsZbigniew Jędrzejewski-Szmek2023-04-041-8/+8
* | core: Move DynamicCreds into ExecRuntimeDaan De Meyer2023-03-271-16/+15
* | core: Introduce unit private exec runtimeDaan De Meyer2023-03-271-26/+64
* | execute: Do not pass destroy as a boolean argument to unref()Daan De Meyer2023-03-271-30/+27
* | execute: Rename ExecRuntime to ExecSharedRuntimeDaan De Meyer2023-03-271-51/+51
|/
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-3/+3
* core: move encrypted credential check to execute.cLennart Poettering2023-03-231-0/+17
* Merge pull request #26916 from DaanDeMeyer/log-context-refDaan De Meyer2023-03-221-0/+2
|\
| * unit: Add LOG_CONTEXT_PUSH_UNIT()Daan De Meyer2023-03-211-0/+2
* | core: Settle log target if we're going to be closing all fdsDaan De Meyer2023-03-221-0/+1
* | execute: Add kernel cmdline arguments for tty term, rows and columnsDaan De Meyer2023-03-211-5/+98
|/
* tree-wide: simplify x ? x : y to x ?: y where applicableFrantisek Sumsal2023-03-181-1/+1
* core: make the memory pressure cgroup path writable when ProtectControlGroups...Luca Boccassi2023-03-151-3/+23
* core: rename "mount_flags" → "mount_propagation_flag" internally where appr...Lennart Poettering2023-03-141-3/+3
* execute: use prctl(PR_SET_MDWE) for MemoryDenyWriteExecute=yesTopi Miettinen2023-03-131-0/+14
* execute: Use log_unit_error_errno() instead of log_error_errno()Daan De Meyer2023-03-131-3/+5
* basic: add RuntimeScope enumLennart Poettering2023-03-101-1/+1
* tree-wide: replace IOVEC_INIT with IOVEC_MAKEYu Watanabe2023-03-061-3/+3
* tree-wide: error handling modernizationsLennart Poettering2023-03-011-11/+15
* pid1: add unit file settings to control memory pressure logicLennart Poettering2023-03-011-13/+74
* execute: pass ambient caps from PAM through to invoked serviceLennart Poettering2023-02-231-8/+26
* core/namespace: mount new sysfs when new network namespace is requestedYu Watanabe2023-02-231-0/+2
* core/execute: make PrivateMounts= tristateYu Watanabe2023-02-231-1/+2
* core/execute: introduce exec_needs_ipc_namespace() helper functionYu Watanabe2023-02-231-6/+11
* core/execute: introduce exec_needs_network_namespace() helper functionYu Watanabe2023-02-231-3/+9
* core/namespace: drop unused field in NamespaceInfoYu Watanabe2023-02-231-1/+0
* execute: modernizationsLennart Poettering2023-02-231-36/+38
* capability-util: add CAP_MASK_ALL + CAP_MASK_UNSET macrosLennart Poettering2023-02-201-2/+2
* cap-list: rename capability_set_to_string_alloc() → capability_set_to_string()Lennart Poettering2023-02-201-2/+2
* execute: drop spurious empty lineLennart Poettering2023-02-161-1/+0
* core/execute: fix commentYu Watanabe2023-02-151-1/+1
* Merge pull request #23309 from DaanDeMeyer/log-contextLuca Boccassi2023-01-201-1/+1
|\
| * basic: Use statement expressions more in list.hDaan De Meyer2023-01-081-1/+1
* | tree-wide: fix typoYu Watanabe2023-01-201-1/+1