summaryrefslogtreecommitdiff
path: root/src/core/execute.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-27util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering1-0/+1
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering1-1/+1
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering1-0/+1
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-10/+8
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-0/+1
2015-10-16core: dump RuntimeDirectories and RuntimeDirectoryMode tooEvgeny Vereshchagin1-1/+6
2015-10-08util: do not reset terminal in acquire_terminal()Lennart Poettering1-32/+22
2015-10-08core: add support for setting stdin/stdout/stderr for transient servicesLennart Poettering1-26/+87
2015-10-07ask-password: add support for caching passwords in the kernel keyringLennart Poettering1-1/+1
2015-10-06core: add support for naming file descriptors passed using socket activationLennart Poettering1-34/+47
2015-09-29core: allow setting WorkingDirectory= to the special value ~Lennart Poettering1-10/+11
2015-09-23Merge pull request #1349 from dvdhrm/sync-pamLennart Poettering1-2/+21
2015-09-23exec: move mac_smack_apply_pid() and setup_pam() to same condition blockSangjung Woo1-13/+9
2015-09-23exec: call setup_pam() after SMACK labelingSangjung Woo1-27/+29
2015-09-23core: make setup_pam() synchronousDavid Herrmann1-2/+21
2015-09-21core: fix group ownership when Group is setRonny Chevalier1-9/+11
2015-09-11execute: fix return type from write()Lennart Poettering1-2/+4
2015-09-11execute: invalidate idle pipe after useLennart Poettering1-4/+4
2015-09-09tree-wide: take benefit of the fact that hashmap_free() returns NULLLennart Poettering1-8/+3
2015-09-09tree-wide: make use of the fact that strv_free() returns NULLLennart Poettering1-19/+8
2015-09-09tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering1-2/+1
2015-09-09tree-wide: make use of log_error_errno() return valueLennart Poettering1-2/+1
2015-09-09tree-wide: don't do assignments within if checksLennart Poettering1-6/+12
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering1-30/+12
2015-08-24core: optionally create LOGIN_PROCESS or USER_PROCESS utmp entriesLennart Poettering1-1/+14
2015-08-06execute: don't fail if we create the runtime directory from two processes sim...Lennart Poettering1-1/+7
2015-08-06tree-wide: fix indentationThomas Hindoe Paaboel Andersen1-1/+1
2015-08-04core: set default process label only exec label is noneWaLyong Cho1-1/+9
2015-07-06tree-wide: fix write_string_file() user that should not create filesDaniel Mack1-1/+1
2015-07-06fileio: consolidate write_string_file*()Daniel Mack1-1/+1
2015-06-22smack: add default smack process label configWaLyong Cho1-0/+9
2015-06-17turn kdbus support into a runtime optionKay Sievers1-2/+0
2015-06-17core: execute: fix regression in pam_setup()Daniel Mack1-1/+6
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering1-6/+2
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering1-3/+6
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering1-2/+4
2015-05-21util: introduce PERSONALITY_INVALID as macro for 0xffffffffLULennart Poettering1-3/+3
2015-05-18core: Private*/Protect* options with RootDirectoryAlban Crequy1-2/+6
2015-05-13core: make exec code a bit more readableLennart Poettering1-10/+31
2015-05-11core,network: major per-object logging reworkLennart Poettering1-57/+57
2015-04-28core: when we cannot add PID to a scope cgroup, log about itLennart Poettering1-1/+2
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier1-0/+1
2015-04-10shared: add process-util.[ch]Ronny Chevalier1-0/+1
2015-04-10shared: add formats-util.hRonny Chevalier1-0/+1