index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
exec-invoke.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
signal-util: imply sentinel -1 in sigprocmask_many() + sigset_add_many() args...
Lennart Poettering
2024-02-23
1
-1
/
+1
*
core/execute: clean up log_exec_full_errno and friends
Mike Yuan
2024-02-19
1
-1
/
+0
*
core/exec-invoke: raise the log level of missing executable to notice
Mike Yuan
2024-02-19
1
-1
/
+1
*
core/exec-invoke: record correct exit status when failed to locate executable
Mike Yuan
2024-02-19
1
-19
/
+10
*
fd-util: Expose helper to pack fds into 3,4,5,...
Adrian Vovk
2024-02-19
1
-41
/
+1
*
core/exec: do not crash with UtmpMode=user without User= setting
Yu Watanabe
2024-02-19
1
-1
/
+11
*
core: introduce exec_params_need_credentials
Mike Yuan
2024-02-06
1
-11
/
+7
*
exec-invoke: extend comment on placement of apply_working_directory() call
Lennart Poettering
2024-02-06
1
-2
/
+4
*
exec-invoke: rework apply_working_directory() around chase()
Lennart Poettering
2024-02-06
1
-8
/
+16
*
core/exec-invoke: don't duplicate needs_sandboxing condition
Mike Yuan
2024-02-04
1
-3
/
+9
*
exec-invoke: update log message a bit
Yu Watanabe
2024-02-01
1
-1
/
+1
*
core/exec-invoke: call pam_setcred(PAM_DELETE_CRED) after pam_close_session()
Yu Watanabe
2024-02-01
1
-6
/
+18
*
bpf-restrict-fs: also rename functions to bpf_restrict_fs_xyz()
Lennart Poettering
2024-01-25
1
-3
/
+3
*
core: rename "bpf-lsm.[ch]" → "bpf-restrict-fs.[ch]"
Lennart Poettering
2024-01-25
1
-1
/
+1
*
core/exec-invoke: drop unused pam_pid
Yu Watanabe
2024-01-24
1
-2
/
+2
*
tree-wide: port over various pieces of code to strv_extend_many()
Lennart Poettering
2024-01-17
1
-5
/
+4
*
execute: make sure Type=exec and PAMName= work together
Lennart Poettering
2024-01-04
1
-2
/
+8
*
execute: teach RootDirectory= and RootImage= the new vpick logic
Lennart Poettering
2024-01-03
1
-26
/
+128
*
core/executor: use log level specified in LogLevelMax=
Yu Watanabe
2023-12-23
1
-0
/
+2
*
various: clean up isatty() handling
Mike Yuan
2023-12-22
1
-6
/
+2
*
core: imply SetLoginEnvironment= if PAMName= is set
Lennart Poettering
2023-12-21
1
-1
/
+1
*
executor: don't duplicate FD array to avoid double closing
Luca Boccassi
2023-12-11
1
-36
/
+13
*
core/exec-invoke: sigwait() returns positive errno and never EINTR
Mike Yuan
2023-12-10
1
-12
/
+4
*
core/exec-invoke: voidify one rename_process call
Mike Yuan
2023-12-08
1
-1
/
+1
*
Merge pull request #30271 from YHNdnzj/executor-cloexec
Lennart Poettering
2023-12-06
1
-32
/
+24
|
\
|
*
core/exec-invoke: prevent potential double-close of exec_fd
Mike Yuan
2023-11-30
1
-26
/
+21
|
*
core/exec-invoke: rename flags_fds to flag_fds
Mike Yuan
2023-11-30
1
-6
/
+3
*
|
user-util: add new helper fully_set_uid_gid()
Lennart Poettering
2023-12-06
1
-6
/
+2
*
|
executor: apply LogLevelMax earlier
Luca Boccassi
2023-12-04
1
-2
/
+3
*
|
Merge pull request #30291 from keszybz/seccomp-unknown-syscall
Luca Boccassi
2023-12-02
1
-1
/
+1
|
\
\
|
*
|
core: fix comment
Zbigniew Jędrzejewski-Szmek
2023-12-01
1
-1
/
+1
|
|
/
*
/
core: do not drop CAP_SETUID if it is in AmbientCapabilities=
Luca Boccassi
2023-12-01
1
-4
/
+6
|
/
*
execute: make clear what reset_terminal_fd()'s 2nd param is about
Lennart Poettering
2023-11-10
1
-1
/
+1
*
exec-invoke: only reset tty if we are told to
Lennart Poettering
2023-11-10
1
-1
/
+4
*
execute: add new helper exec_context_apply_tty_size()
Lennart Poettering
2023-11-10
1
-22
/
+17
*
core: fix build with -Dutmp=false
Luca Boccassi
2023-11-08
1
-0
/
+2
*
core: allow using seccomp without no_new_privs when unprivileged
Iago López Galeiras
2023-11-07
1
-16
/
+134
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
1
-1
/
+1
*
core: fix a couple of typos
Frantisek Sumsal
2023-10-31
1
-3
/
+3
*
exec-invoke: don't double-close FDs on error
Luca Boccassi
2023-10-28
1
-1
/
+31
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
1
-2
/
+2
*
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-0
/
+1
*
executor: return instead of assert on invalid command line arguments
Luca Boccassi
2023-10-20
1
-2
/
+8
*
core/exec-invoke: use correct exit status
Mike Yuan
2023-10-19
1
-2
/
+2
*
core: don't downgrade multi-state settings to boolean
Frantisek Sumsal
2023-10-15
1
-4
/
+4
*
core/exec-invoke: rename parameters of get_fixed_{user,group}
Mike Yuan
2023-10-14
1
-12
/
+16
*
core: move code from execute.c to exec-invoke.c
Luca Boccassi
2023-10-12
1
-0
/
+5082