summaryrefslogtreecommitdiff
path: root/src/core/execute.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-15Fix an error on dlog-redirectionJunghak Sung1-0/+4
2022-07-13smack: Add DefaultSmackProcessLabel to user.conf and system.confŁukasz Stelmach1-6/+4
2021-04-21Revert "Temporarily remove dlog_connect_fd()"Hyotaek Shim1-4/+3
2021-04-20Temporarily remove dlog_connect_fd()submit/tizen/20210420.085549accepted/tizen/unified/20210421.101211Hyotaek Shim1-3/+4
2021-04-12Use new dlog-redirect-stdout api functionsubmit/tizen/20210419.103606Karol Lewandowski1-1/+1
2021-04-07Add "dlog|journal" output redirection optionMichal Bloch1-0/+9
2021-03-22Basic PoC for DLog stdout redirectorMichal Bloch1-2/+55
2020-04-02Merge v244 into tizenAdrian Szyndela1-30/+87
2020-03-27Merge v243 into tizenAdrian Szyndela1-101/+287
2020-03-27Merge v242 into tizenAdrian Szyndela1-79/+182
2020-03-27Merge v241 into tizensandbox/adrians/upgrade-to-241Adrian Szyndela1-15/+40
2020-03-26Merge v240 into tizenAdrian Szyndela1-108/+376
2020-03-26(backport) fs-util: make symlink_idempotent() optionally create relative linkYu Watanabe1-12/+2
2020-03-26Merge v239 into tizenAdrian Szyndela1-186/+165
2020-03-26Merge v238 into tizenAdrian Szyndela1-177/+397
2020-02-26Merge v237 into tizenAdrian Szyndela1-36/+25
2020-02-26Merge v236 into tizensandbox/adrians/upgrade-to-236Adrian Szyndela1-172/+304
2020-02-26Merge v235 into tizenAdrian Szyndela1-358/+883
2020-02-26Merge v234 into tizenAdrian Szyndela1-586/+1464
2019-11-20core: don't insist on ProtectHostname= if unshare() is blockedLennart Poettering1-2/+6
2019-11-20core: be more lenient when checking whether sandboxing is necessaryLennart Poettering1-13/+47
2019-11-14core: ProtectKernelLogs= mask kmsg in proc and sysKevin Kuehler1-0/+2
2019-11-11core: Add ProtectKernelLogsKevin Kuehler1-0/+22
2019-11-04tree-wide: drop signal.h when signal-util.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop socket.h when socket-util.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop pwd.h and grp.h when user-util.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop capability.h when capability-util.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop glob.h when glob-util.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-10-31tree-wide: drop missing.hYu Watanabe1-1/+2
2019-10-03Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variableZbigniew Jędrzejewski-Szmek1-0/+1
2019-10-01execute: explicitly ignore fd_wait_for_event()'s return valueFrantisek Sumsal1-1/+1
2019-09-20tree-wide: say "ratelimit" not "rate_limit"Zbigniew Jędrzejewski-Szmek1-6/+6
2019-09-16util-lib: move some functions from basic/cgroup-util to shared/cgroup-setupZbigniew Jędrzejewski-Szmek1-0/+1
2019-08-28core: move timeout_clean_usec from Service to ExecContextYu Watanabe1-1/+6
2019-08-28core: also remove private directories by systemctl cleanYu Watanabe1-0/+11
2019-08-25core: introduce exec_directory_is_private() helper functionYu Watanabe1-13/+24
2019-07-29exit-status: rename EXIT_STATUS_GLIBC → EXIT_STATUS_LIBCLennart Poettering1-1/+1
2019-07-29shared/exit-status: turn status level into a bitmask, add "test"Zbigniew Jędrzejewski-Szmek1-3/+7
2019-07-12tree-wide: some more [static] related fixesLennart Poettering1-8/+12
2019-07-12tree-wide: get rid of strappend()Lennart Poettering1-5/+5
2019-07-11tree-wide: make use of errno_or_else() everywhereLennart Poettering1-6/+2
2019-07-11core: add type of resource string tableLennart Poettering1-0/+16
2019-07-11core: hook up service unit type with the new clean operationLennart Poettering1-0/+54
2019-07-05tree-wide: introduce strerror_safe()Yu Watanabe1-1/+1
2019-06-25execute: drop SYNTHETIC_ERRNO because error code was received from the apply_...Michal Sekletar1-1/+1
2019-06-25core: factor root_directory application out of apply_working_directoryJoerg Behrmann1-10/+28
2019-06-25core: mention why we do migration for everything but ConfigurationDirectory=Lennart Poettering1-1/+5
2019-06-25core: log when we convert from DynamicUser=1 to =0 or vice versaLennart Poettering1-0/+8