summaryrefslogtreecommitdiff
path: root/src/core/execute.c
AgeCommit message (Expand)Author
2015-09-29core: allow setting WorkingDirectory= to the special value ~Lennart Poettering
2015-09-23Merge pull request #1349 from dvdhrm/sync-pamLennart Poettering
2015-09-23exec: move mac_smack_apply_pid() and setup_pam() to same condition blockSangjung Woo
2015-09-23exec: call setup_pam() after SMACK labelingSangjung Woo
2015-09-23core: make setup_pam() synchronousDavid Herrmann
2015-09-21core: fix group ownership when Group is setRonny Chevalier
2015-09-11execute: fix return type from write()Lennart Poettering
2015-09-11execute: invalidate idle pipe after useLennart Poettering
2015-09-09tree-wide: take benefit of the fact that hashmap_free() returns NULLLennart Poettering
2015-09-09tree-wide: make use of the fact that strv_free() returns NULLLennart Poettering
2015-09-09tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering
2015-09-09tree-wide: make use of log_error_errno() return valueLennart Poettering
2015-09-09tree-wide: don't do assignments within if checksLennart Poettering
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-08-24core: optionally create LOGIN_PROCESS or USER_PROCESS utmp entriesLennart Poettering
2015-08-06execute: don't fail if we create the runtime directory from two processes sim...Lennart Poettering
2015-08-06tree-wide: fix indentationThomas Hindoe Paaboel Andersen
2015-08-04core: set default process label only exec label is noneWaLyong Cho
2015-07-06tree-wide: fix write_string_file() user that should not create filesDaniel Mack
2015-07-06fileio: consolidate write_string_file*()Daniel Mack
2015-06-22smack: add default smack process label configWaLyong Cho
2015-06-17turn kdbus support into a runtime optionKay Sievers
2015-06-17core: execute: fix regression in pam_setup()Daniel Mack
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-05-21util: introduce PERSONALITY_INVALID as macro for 0xffffffffLULennart Poettering
2015-05-18core: Private*/Protect* options with RootDirectoryAlban Crequy
2015-05-13core: make exec code a bit more readableLennart Poettering
2015-05-11core,network: major per-object logging reworkLennart Poettering
2015-04-28core: when we cannot add PID to a scope cgroup, log about itLennart Poettering
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-04-10shared: add formats-util.hRonny Chevalier
2015-04-06util: rework rm_rf() logicLennart Poettering
2015-03-13core: don't wait for reply if writing to pipe failsZbigniew Jędrzejewski-Szmek
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-14core: make RuntimeDirectory honor SELinux labelsZbigniew Jędrzejewski-Szmek
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen
2015-02-12exec: also evaluate working_directory_missing_ok when not applying chrootsLennart Poettering
2015-02-12core: don't fail to run services in --user instances if $HOME is missingLennart Poettering
2015-02-11core: remove unneeded <libgen.h> includeCristian Rodríguez
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-13core: Fix EACCES check for OOM adjustmentsMartin Pitt
2015-01-09core: modernize execution code a bitLennart Poettering
2015-01-08core: check both EPERM and EACCES for OOM adjustmentsLennart Poettering
2015-01-08core: make EPERM errors when applying OOM adjustment for forked processes non...Lennart Poettering
2015-01-06tree-wide: remove unnecessary LOG_PRIZbigniew Jędrzejewski-Szmek
2015-01-05journal: call connect() with dropped privilegesZbigniew Jędrzejewski-Szmek
2014-12-23env-util: don't include files from src/core/Lennart Poettering