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