1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 18:55:09 +03:00
Commit Graph

2300 Commits

Author SHA1 Message Date
Lennart Poettering
7f434cf4c9 ask-password: use default timeout 2011-04-16 02:03:34 +02:00
Lennart Poettering
4fe60156fc manager: drop all pending jobs when isolating 2011-04-16 02:03:34 +02:00
Lennart Poettering
c8f4d7642b manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger around when isolating 2011-04-16 02:03:34 +02:00
Lennart Poettering
cfcab43508 units: never pull in sysinit from utmp, so that we can shutdown from emergency mode without pulling in sysinit 2011-04-16 02:03:34 +02:00
Lennart Poettering
5010903819 cryptsetup: add trailing \n 2011-04-16 02:03:34 +02:00
Lennart Poettering
d718bbb51b manager: downgrade a few log messages 2011-04-16 02:03:34 +02:00
Lennart Poettering
57bd42336e units: require syslog.socket from the logger because we simply fail if we don't have it 2011-04-16 02:03:33 +02:00
Lennart Poettering
530add9d62 logger: adjust socket description to match service 2011-04-16 02:03:33 +02:00
Lennart Poettering
1b5e66919d units: set stdout of kmsg syslogd to /dev/null 2011-04-16 02:03:33 +02:00
Lennart Poettering
7f62e3774c units: add --no-block when starting normal service after shell exited 2011-04-16 02:03:33 +02:00
Kay Sievers
619c2581a2 update TODO 2011-04-14 20:16:41 +02:00
Lennart Poettering
ded8033531 ask-password: use kill(PID, 0) before querying a password 2011-04-13 21:43:36 +02:00
Lennart Poettering
7dcda352a6 ask-password: support passwords without timeouts 2011-04-13 21:42:46 +02:00
Lennart Poettering
d55f4f3f92 ask-password: always send final NUL char 2011-04-13 21:26:30 +02:00
Lennart Poettering
8254a47589 ask-password: properly accept empty passwords from agent 2011-04-13 21:24:17 +02:00
Lennart Poettering
df18d8c895 unit: skip default cgroup setup if we have no hierarchy to work on 2011-04-13 04:35:34 +02:00
Lennart Poettering
090bf7cbc4 units: isolate emergency.target instead of emergency.service when we fail to mount all file systems 2011-04-13 04:35:07 +02:00
Lennart Poettering
d893269d9f mount: don't pull in stdio logger for root mount unit 2011-04-13 04:34:35 +02:00
Lennart Poettering
e5a53dc746 cgroup: be nice to Ingo Molnar
https://bugzilla.redhat.com/show_bug.cgi?id=628004
2011-04-12 22:16:02 +02:00
Lennart Poettering
81481c99c2 pam: use /proc/self/sessionid only if CAP_AUDIT_CONTROL is set 2011-04-12 21:12:06 +02:00
Lennart Poettering
ac12344590 pam: use /proc/self/loginuid only if we have CAP_AUDIT_CONTROL 2011-04-12 21:08:44 +02:00
Lennart Poettering
a7444edaf7 socket: try creating a socket under our own identity if we have no perms to consult the selinux database 2011-04-12 20:27:05 +02:00
Lennart Poettering
5a2b80ceb2 socket: fix check for SEQPACKET 2011-04-12 20:26:33 +02:00
Lennart Poettering
90a5f6e42a execute: don't fail if we cannot fix OOM in a container 2011-04-12 20:12:15 +02:00
Lennart Poettering
c59c76cab0 analyze: fix typo 2011-04-12 01:19:48 +02:00
Lennart Poettering
cc93c1b286 unit: fix dump output 2011-04-10 03:27:27 +02:00
Lennart Poettering
4ac9236fa1 socket: be a bit more verbose when refusing to start a socket unit 2011-04-10 03:27:19 +02:00
Lennart Poettering
7a22745ac3 socket: support netlink sockets 2011-04-10 03:27:00 +02:00
Lennart Poettering
b9a2a36b51 local-fs: invoke emergency.service mounting at boot fails 2011-04-10 01:42:48 +02:00
Lennart Poettering
0e456f9781 path: optionally, create watched directories in .path units 2011-04-10 01:30:14 +02:00
Lennart Poettering
bfe95f35bf tmpfiles: don't warn if two identical lines are configured
https://bugzilla.redhat.com/show_bug.cgi?id=690253
2011-04-10 01:27:19 +02:00
Brendan Jones
2dcd4d2406 bash: fix typo
There's a typo in the bash completion script which disables isolate
target completion.

https://bugzilla.redhat.com/show_bug.cgi?id=694321
2011-04-10 01:27:19 +02:00
Lennart Poettering
e85138e677 update TODO 2011-04-09 23:01:13 +02:00
Lennart Poettering
f3bc7fdc7b man: add man page for ask-password 2011-04-08 17:57:17 +02:00
Lennart Poettering
b21a0ef8fc dbus: expose monotonic timestamps on the bus 2011-04-07 21:35:37 +02:00
Lennart Poettering
f1d19aa412 manager: no need to use randomized generator dir when running as system manager 2011-04-07 21:22:41 +02:00
Lennart Poettering
20c03b7be2 don't make up buffer sizes, use standard LINE_MAX instead 2011-04-07 18:48:50 +02:00
Lennart Poettering
f68319bbb8 unit: disallow configuration of more than one on_failure dependencies if OnFailureIsolate= is on 2011-04-07 18:47:35 +02:00
Lennart Poettering
ffd73e3599 unit: pull in logger unit only when running in system mode 2011-04-07 18:47:11 +02:00
Lennart Poettering
01d67b43b0 manager: serialize/deserialize max job id and /usr taint flag 2011-04-07 18:46:39 +02:00
Lennart Poettering
a8049b7a7c manager: don't garbage collect jobs when isolating, to change global state 2011-04-07 18:45:34 +02:00
Lennart Poettering
222ae6a8d7 unit: introduce OnFailureIsolate= 2011-04-07 04:11:31 +02:00
Lennart Poettering
51b4af2c28 mount: relabel both before and after a mount, just in case 2011-04-06 23:38:01 +02:00
Lennart Poettering
42054a3e44 build-sys: bump version 2011-04-06 21:28:41 +02:00
Lennart Poettering
abf96c874c update TODO 2011-04-06 21:07:10 +02:00
Lennart Poettering
03aea2aecd cmdline: we actually want to parse the kernel cmdline in VMs, just not in containers 2011-04-06 19:36:06 +02:00
Lennart Poettering
4466194c43 units: rename rtc-set.target to time-sync.target and pull it in by hwclock-load.service
On request of Miroslav Lichvar, rename rtc-set.target to
time-sync.target since usually the RTC chip isn't involved at all in NTP
syncs.

Also, pull it in by hwclock-load.service.
2011-04-06 19:18:17 +02:00
Lennart Poettering
cebe0d41e4 job: fix deserialization of jobs: do not ignore ordering 2011-04-06 19:09:33 +02:00
Lennart Poettering
f80781eaf9 var-lock: don't try to enable var-lock.mount if we don't install it 2011-04-06 15:57:37 +02:00
Lennart Poettering
e252dd8f0e update TODO 2011-04-06 15:32:11 +02:00