summaryrefslogtreecommitdiff
path: root/src/execute.c
Commit message (Expand)AuthorAge
* service: ignore SIGPIPE by defaultLennart Poettering2012-02-09
* exec: include path name of binary we are about to execute when renaming forke...Lennart Poettering2012-02-01
* persistant -> persistentKay Sievers2012-01-18
* exec: introduce ControlGroupPersistant= to make cgroups persistantLennart Poettering2012-01-18
* journal: introduce log target 'journal' for executed processesLennart Poettering2012-01-06
* execute: talk directly to the journald, instead to the stdout-syslog-bridgeLennart Poettering2012-01-05
* execute: fix losing of start timestampsMichal Schmidt2011-12-17
* execute: log errors from "sd(EXEC)"Michal Schmidt2011-11-17
* execute: make setup_pam() return -errno when possibleMichal Schmidt2011-11-17
* execute: avoid logging to closed fdsMichal Schmidt2011-11-16
* utmp: remove unneded parametersMichal Schmidt2011-11-07
* util: properly detect what the last capability isLennart Poettering2011-10-11
* stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptiveLennart Poettering2011-08-30
* exec: optionally apply cgroup attributes to the cgroups we createLennart Poettering2011-08-20
* exec: introduce PrivateNetwork= process option to turn off network access to ...Lennart Poettering2011-08-02
* execute: properly enforce groupLennart Poettering2011-08-01
* umask: change default umask to 0022 just to be sure, and set it explicitly in...Lennart Poettering2011-08-01
* util: make use of get_user_creds() and get_group_creds() wherever applicableLennart Poettering2011-07-23
* util: user parse_uid() wherever applicableLennart Poettering2011-07-23
* nspawn: Move the get_user_creds from execute.c to utils.c for later usage in ...Michal Vyskocil2011-07-01
* execute: properly pass PAM environment to executed processLennart Poettering2011-06-30
* execute: fix PAM error checkingLennart Poettering2011-06-30
* execute: invoke sigwait() in a loop when waiting for PAM parent, to avoid spu...Lennart Poettering2011-06-30
* execute: don't invoke pam_setcred, since we are not running on a tty where th...Lennart Poettering2011-06-30
* execute: do initgroups() first, pam initialization second so that it can stil...Lennart Poettering2011-06-30
* exec: add ControlGroupModify= switch to allow changing access mode to cgroups fsLennart Poettering2011-06-30
* execute: don't choke when systemd was compiled with a different CAP_LAST_CAP ...Lennart Poettering2011-06-28
* exec: hangup/reset/deallocate VTs in gettysLennart Poettering2011-05-18
* execute: when we run as PID 1 the kernel doesn't give us CAP_SETPCAP by defau...Lennart Poettering2011-04-19
* execute: don't fail if we cannot fix OOM in a containerLennart Poettering2011-04-12
* service: fix units with more than one socketLennart Poettering2011-04-06
* log: fix shifting of facilitiesLennart Poettering2011-03-31
* src: our lord is coverityLennart Poettering2011-03-31
* exec: drop process group kill mode since it has little use and confuses the userLennart Poettering2011-03-29
* exec: properly apply capability bounding set, add inverted bounding setsLennart Poettering2011-03-18
* def: centralize definition of default timeout in one placeLennart Poettering2011-03-17
* core: move abstract namespace sockets to /dev/.runLennart Poettering2011-03-14
* execute: load environment files at time of execution, not when we load the se...Lennart Poettering2011-03-04
* kill: always send SIGCONT after SIGTERMLennart Poettering2011-03-03
* Spelling CorrectionsHarald Hoyer2011-02-28
* execute: optionally forward program output to /dev/console in addition to sys...Lennart Poettering2011-02-15
* execute: make sending of SIGKILL on shutdown optionalLennart Poettering2011-01-18
* execute,util: fix two small memory leaksLennart Poettering2011-01-06
* execute: drop empty assignments from env blocks on execution but keep them ar...Lennart Poettering2011-01-06
* exec: automatically determine right TERM= setting based on tty nameLennart Poettering2010-11-15
* systemctl: introduce systemctl killLennart Poettering2010-10-22
* unit: add minimal condition checker for unit startupLennart Poettering2010-10-13
* service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a serviceLennart Poettering2010-10-08
* util: never use sizeof(sa_family_t) when calculating sockaddr sizesLennart Poettering2010-10-07
* exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interfaceLennart Poettering2010-08-31