TODO revision 7bcd865d386d96caac83cb1c589fdb8f9ce3b081
1fab57c209035f7e66198343074e9cee06718bdaKay Sievers* check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar
1fab57c209035f7e66198343074e9cee06718bdaKay Sievers* swap units that are activated by one name but shown in the kernel under another are semi-broken
cff452c7e974db5053cdbd0d7bbbab2e3b4c91b9Kay Sievers* make anaconda write timeout=0 for encrypted devices
cff452c7e974db5053cdbd0d7bbbab2e3b4c91b9Kay Sievers* Dangling symlinks of .automount unit files in .wants/ directories, set up
cff452c7e974db5053cdbd0d7bbbab2e3b4c91b9Kay Sievers automount points even when the original .automount file did not exist
7c66aeba0f28cb82027d6015405ed71afa3b6059Kay Sievers anymore. Only the .mount unit was still around.
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering* make polkit checks async
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* add 'set -e' to scripts in test/
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* make test in test/ work with separate output dir
20ffc4c4a9226b0e45cc02ad9c0108981626c0bbKay Sievers* drop no longer needed modprobe.d udlfb file (it does not belong in /etc anyway)
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* Retest multi-seat (new kms driver for displaylink)
7b4da18c1717f811bae67ea3d39290495857c03eLennart Poettering* make sure pkexec works fine with pam_systemd works fine with audit=0
55d32caf94d8df547ca763be52b0c35bb6388606Lennart Poettering* logind: document new PrepareForSleep(false) semantics and UnlockSessions call in wiki
55d32caf94d8df547ca763be52b0c35bb6388606Lennart Poettering* external: maybe it is time to patch procps so that "ps" links to
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering libsystemd-logind to print a pretty service name, seat name, session
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering name in its output. Currently it only shows cgroup membership, but
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering that's sometimes kinda hard to parse for a human.
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering* cgroup attrs:
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering - don't unconditionally filter out duplicate settings
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering - support high-level cgroup setting syntax in systemctl. Example: "systemctl set-cgroup-attr MemoryLimit 5K"
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering - support writte string mapping even for non-high-level settings
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering - add man page for systemctl commands
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering - make sure we work fine with multi-line strings
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering* kernel cmdline switch to turn off predictable network interface names
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering* journal is not closed properly at shutdown when run in a container?
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering* introduce new "journal" group in place of adm?
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering - localectl: add listing support for X11 keymaps, by parsing /usr/share/X11/xkb/rules/xorg.lst
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering - localectl: support new converted x11→console keymaps
5a4555ba6bc8ea086823fb71cb1cb92d4ec087a2Lennart Poettering* nspawn: investigate whether we can support the same as LXC's
afaba0234727db6a82e323665d7d86f971f3090cLennart Poettering lxc.network.type=phys mode, and pass through entire network
afaba0234727db6a82e323665d7d86f971f3090cLennart Poettering interfaces to the container
4c4ae27d4d314d0dc1c42cd6bfc7b9ae31660885Lennart Poettering* merge service_kill() logic into unit_kill_context() and unify the code paths
408f281bc7d65c86563f46e99e07efd1a1d9e03aLennart Poettering* when auto-detecting the main pid of a service, only look for those processes with ppid == 1
e1b7e7ec9b34ae6ae54a4c8084395cbf2bfe9960Lennart Poettering* introduce ExecCondition= in services
6aaa8c2f783cd1b3ac27c5ce40625d032e7e3d71Zbigniew Jędrzejewski-Szmek* if we have systemd-analyze in C "systemctl dot" should move there too
e7256c5c137e58fb3dc1ebca8e5845733a5f733cLennart Poettering - fsck hookup for the ESP mount is missing
042e33ae3a7feb08c8105f1345fd244315109405Lennart Poettering - write man page for efi boot generator
042e33ae3a7feb08c8105f1345fd244315109405Lennart Poettering - add configure switch for enabling/disabling efi stuff
e1b7e7ec9b34ae6ae54a4c8084395cbf2bfe9960Lennart Poettering - honor language efi variables for default language selection (if there are any?)
18d4e7c26e7806ac363d19989df7144d5058ce41Lennart Poettering - honor timezone efi variables for default timezone selection (if there are any?)
36c0868b67a9387d39c97983d3d22cfce0fedc62Lennart Poettering - introduce bootctl (backed by systemd-bootd) to control temporary and persistent default boot goal plus efi variables
fa7deadb074dfbe473cf3bd942768dbd94cbf7c3Lennart Poettering* polkit: add configure switch to enable/disable polkit client side code
c5757cc8dbcddb3e8b13ebba4ea4b36589bfd3dbLennart Poettering* maybe do not install getty@tty1.service symlink in /etc but in /usr?
c5757cc8dbcddb3e8b13ebba4ea4b36589bfd3dbLennart Poettering* re-enable "make check" for gtk-doc (broken for unknown reason)
c5757cc8dbcddb3e8b13ebba4ea4b36589bfd3dbLennart Poettering* fstab: add new mount option x-systemd-after=/foobar/waldo to allow manual dependencies to other mount points
c5757cc8dbcddb3e8b13ebba4ea4b36589bfd3dbLennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=812826
d907c2086716681936755f28ac80b3445c6d0196Lennart Poettering* print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word
049b4474b35d0b854f87b0795a5113665413f6a4Lennart Poettering* mount: turn dependency information from /proc/self/mountinfo into dependency information between systemd units.
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering - logind: optionally, ignore idle-hint logic for autosuspend, block suspend as long as a session is around
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering - When we update the kernel all kind of hibernation should be prohibited until shutdown/reboot
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering - logind: wakelock/opportunistic suspend support
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering - Add pretty name for seats in logind
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering - logind: allow showing logout dialog from system?
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering - logind: spawn user@..service on login
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering - logind: non-local X11 server handling
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering - logind: add equivalent to sd_pid_get_owner_uid() to the D-Bus API
fb6becb4436ae4078337011b2017ce294e7361cfLennart Poettering - pam_systemd: try to get old session id from cgroup, if audit sessionid cannot be determined
fb6becb4436ae4078337011b2017ce294e7361cfLennart Poettering - pam: when leaving a session explicitly exclude the ReleaseSession() caller process from the killing spree
6c12b52e19640747e96f89d85422941a23dc6b29Lennart Poettering* exec: when deinitializating a tty device fix the perms and group, too, not only when initializing. Set access mode/gid to 0620/tty.
11ddb6f48e367ae4b51c31d199b28f5be041a301Lennart Poettering* DeviceAllow/DeviceDeny: disallow everything by default, but whitelist /dev/zero, /dev/null and friends
7041efe9600e569da6089c36d00fa3ff58e33178Lennart Poettering* service: watchdog logic: for testing purposes allow ping, but do not require pong
4ad490007b70e6ac18d3cb04fa2ed92eba1451faLennart Poettering - journald: also get thread ID from client, plus thread name
3d3ee759e682701fce77b6559508e697e9e60fbfLennart Poettering - journal: when waiting for journal additions in the client always sleep at least 1s or so, in order to minimize wakeups
9444b1f20e311f073864d81e913bd4f32fe95cfdLennart Poettering - add API to close/reopen/get fd for journal client fd in libsystemd-journal.
9444b1f20e311f073864d81e913bd4f32fe95cfdLennart Poettering - fallback to /dev/log based logging in libsystemd-journal, if we can't log natively?
9444b1f20e311f073864d81e913bd4f32fe95cfdLennart Poettering - declare the local journal protocol stable in the wiki interface chart
9444b1f20e311f073864d81e913bd4f32fe95cfdLennart Poettering - journal: reuse XZ context
69af45035913e7119cffd94c542bd3039600e45dZbigniew Jędrzejewski-Szmek - sd-journal: speed up sd_journal_get_data() with transparent hash table in bg
9444b1f20e311f073864d81e913bd4f32fe95cfdLennart Poettering - journald: when dropping msgs due to ratelimit make sure to write
466784c8710e5cb0e0b86a16506d992d7ec5b619Kay Sievers "dropped %u messages" not only when we are about to print the next
466784c8710e5cb0e0b86a16506d992d7ec5b619Kay Sievers message that works, but alraedy after a short tiemout
9444b1f20e311f073864d81e913bd4f32fe95cfdLennart Poettering - check if we can make journalctl by default use --follow mode inside of less if called without args?
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering - maybe add API to send pairs of iovecs via sd_journal_send
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering - journal: when writing journal auto-rotate if time jumps backwards
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering - gatewayd: should run under its own UID
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering - journal: add a setgid "adm" utility to invoke from libsystemd-journal, which passes fds via STDOUT and does PK access
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering - journactl: support negative filtering, i.e. FOOBAR!="waldo",
a016b9228f338cb9b380ce7e00826ef462767d98Lennart Poettering and !FOOBAR for events without FOOBAR.
1f263d4dc23b9807ac6138eb5014d3d94c5fe51aLennart Poettering - journal: when rotating, copy over old acls/access mode
1f263d4dc23b9807ac6138eb5014d3d94c5fe51aLennart Poettering - journal: document why we do not give ownership to journal files to the user that created them but use FS ACLs for that
9444b1f20e311f073864d81e913bd4f32fe95cfdLennart Poettering - journal: send out marker messages every now and then, and immediately sync with fdatasync() afterwards, in order to have hourly guaranteed syncs.
1f263d4dc23b9807ac6138eb5014d3d94c5fe51aLennart Poettering - journal: when we haven't written anything in a while, sync to disk and mark file as offline, in order to be more often than not in a clean state
1f263d4dc23b9807ac6138eb5014d3d94c5fe51aLennart Poettering - journal-send.c, log.c: when the log socket is clogged, and we drop, count this and write a message about this when it gets unclogged again.
1f263d4dc23b9807ac6138eb5014d3d94c5fe51aLennart Poettering - journal: find a way to allow dropping history early, based on priority, other rules
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering - journal: When used on NFS, check payload hashes
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering - journal: When used on NFS make sure wake up sd_journal_wait() every 2s, to handle missing inotify
a65f06bb27688a6738f2f94b7f055f4c66768d63Zbigniew Jędrzejewski-Szmek - document that people can use file system ACLs to manage access to journal files, with example
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering - Introduce journalctl -b <nr> to show journal messages of a previous boot
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering - journald: check whether it is OK if the client can still modify delivered journal entries
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering - journal live copy, based on libneon (client) and libmicrohttpd
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering - journald: add kernel cmdline option to disable ratelimiting for debug purposes
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering - refuse taking lower-case variable names in sd_journal_send() and friends.
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering - journald: we currently rotate only after MaxUse+MaxFilesize has been reached.
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering - journal: deal nicely with byte-by-byte copied files, especially regards header
eb01ba5de14859d7a94835ab9299de40132d549aLennart Poettering - journalctl: show multiline log messages sanely, expand tabs, and show all valid utf8 messages
eb01ba5de14859d7a94835ab9299de40132d549aLennart Poettering - journal: store euid in journal if it differs from uid
eb01ba5de14859d7a94835ab9299de40132d549aLennart Poettering - journal: sanely deal with entries which are larger than the individual file size, but where the components would fit
eb01ba5de14859d7a94835ab9299de40132d549aLennart Poettering - document unit_name_mangle()
eb01ba5de14859d7a94835ab9299de40132d549aLennart Poettering - document that deps in [Unit] sections ignore Alias= fileds in
eb01ba5de14859d7a94835ab9299de40132d549aLennart Poettering [Install] units of other units, unless those units are disabled
eb01ba5de14859d7a94835ab9299de40132d549aLennart Poettering - man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for similar targets
e4ee6e5cc3e8e23e1ecc0d9fa756d9cc2534d218Lennart Poettering - Document word splitting syntax for ExecStart= and friends
c78196699d3d805b2237896a1d2b8efeec6068d0Lennart Poettering - document that units from /etc override those from /usr and /run
86312ab8de59c1066d6d2b456f3a9106ce3e0991Lennart Poettering - document the exit codes when services fail before they are exec()ed
86312ab8de59c1066d6d2b456f3a9106ce3e0991Lennart Poettering - document that %% can be used to write % in a string that is specifier extended
86312ab8de59c1066d6d2b456f3a9106ce3e0991Lennart Poettering - document that service reload may be implemented as service reexec
86312ab8de59c1066d6d2b456f3a9106ce3e0991Lennart Poettering - systemctl list-jobs - show dependencies
eb01ba5de14859d7a94835ab9299de40132d549aLennart Poettering - add systemctl switch to dump transaction without executing it
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering - Add a verbose mode to "systemctl start" and friends that explains what is being done or not done
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering - "systemctl disable" on a static unit prints no message and does
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering nothing. "systemctl enable" does nothing, and gives a bad message
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering about it. Should fix both to print nice actionable messages.
7e853a9b9a858edbc24e6c85d134478cec840173Lennart Poettering - print nice message from systemctl --failed if there are no entries shown, and hook that into ExecStartPre of rescue.service/emergency.service
7e853a9b9a858edbc24e6c85d134478cec840173Lennart Poettering - add new command to systemctl: "systemctl system-reexec" which reexecs as many daemons as virtually possible
7e853a9b9a858edbc24e6c85d134478cec840173Lennart Poettering - systemctl enable: improve the success messages (i.e. more human readable, less shell-like)
7e853a9b9a858edbc24e6c85d134478cec840173Lennart Poettering - systemctl enable: fail if target to alias into doesn't exist? maybe show how many units are enabled afterwards?
7e853a9b9a858edbc24e6c85d134478cec840173Lennart Poettering - systemctl: "Journal has been rotated since unit was started." message is misleading
d686f034c3b9021e07faefe172ee660abd952871Lennart Poettering - support "systemctl stop foobar@.service" to stop all units matching a certain template
d686f034c3b9021e07faefe172ee660abd952871Lennart Poettering - Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
69af45035913e7119cffd94c542bd3039600e45dZbigniew Jędrzejewski-Szmek* When shutdown.target is queued begin with an asynchronous sync()?
69af45035913e7119cffd94c542bd3039600e45dZbigniew Jędrzejewski-Szmek* introduce ntp.service (or suchlike) as symlink that is used to arbitrate between various NTP implementations
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poettering* deal with sendmail/postfix exclusivity
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering - configurable jitter for timer events
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering - timer events with system resume
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering - timer units should get the ability to trigger when:
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering o CLOCK_REALTIME makes jumps (TFD_TIMER_CANCEL_ON_SET)
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering* update the kernel's TZ (sys_tz) when DST changes
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering* sync down the system time to the RTC when:
b454b11220e87add6d0f011695c7912b009c853dLennart Poettering - CLOCK_REALTIME makes jumps (the user explicitely requested a time set)
b454b11220e87add6d0f011695c7912b009c853dLennart Poettering - DST/timezone changes && ntp is active && RTC-in-localtime (never do it without ntp)
b454b11220e87add6d0f011695c7912b009c853dLennart Poettering This takes care of syncing ntpdate updates to the RTC, and DST updates for localtime
b454b11220e87add6d0f011695c7912b009c853dLennart Poettering mode, it will never touch the RTC if the no reliable time source is active or the
4a449ed73d2c1cfb91a1c773b70231b3457b3046Lennart Poettering user did not request anything like it.
4a449ed73d2c1cfb91a1c773b70231b3457b3046Lennart Poettering - implement conditional properties (dmi matches)
4ff49cb63075aba646b578f2516b37a8dfd5a65bLennart Poettering - hwdb --filter=ID_DRIVE_*
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek* if booted in "quiet" mode, and an error happens, turn on status
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek output again, so that the emergency mode isn't totally
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek surprising. Also, terminate plymouth.
b8b4d3dddc7611dce3bf28004b0375d661120c62Lennart Poettering* libunwind support for coredump pattern hook, and includes this in
b8b4d3dddc7611dce3bf28004b0375d661120c62Lennart Poettering the message for coredumps. After all, libunwind is now capable to
b8b4d3dddc7611dce3bf28004b0375d661120c62Lennart Poettering unwind coredumps since a few weeks ago. This probably requires that
3df82d5a8cdc510f518fd5e234ccb3233b748719Lennart Poettering we have nice support for multi-line messages on display in
3df82d5a8cdc510f518fd5e234ccb3233b748719Lennart Poettering logs-show.c. Alternatively: use libelfutil, which seems to be the
3df82d5a8cdc510f518fd5e234ccb3233b748719Lennart Poettering better supported alternative.
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering* figure out relation of --all and --full in the various tools
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering* add libsystemd-password or so to query passwords during boot using the password agent logic
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering* If we show an error about a unit (such as not showing up) and it has no Description string, then show a description string generated form the reverse of unit_name_mangle().
752beb0c8560fb7e989d2f8da5e10c4692d78422Lennart Poettering* fedup: add --unit to systemctl switch-root somehow
eece8c6fb5f4d354dcef6fd369e876c4f3a3f163Lennart Poettering* fedup: don't delete initrd on switch-root
eece8c6fb5f4d354dcef6fd369e876c4f3a3f163Lennart Poettering* fedup: generator
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering - timedated: export boolean that clarifies whether NTP is even available
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering - timedated: refuse time changes when NTP is on
3b953d68c628c6ae70adba871719ac0f16083b51Josh Triplett* clean up date formatting and parsing so that all absolute/relative timestamps we format can also be parsed
3b953d68c628c6ae70adba871719ac0f16083b51Josh Triplett* introduce generic AUGMENT_PID=, AUGMENT_DEVICE= fields
3b953d68c628c6ae70adba871719ac0f16083b51Josh Triplett* on shutdown: move utmp, wall, audit logic all into PID 1 (or logind?), get rid of systemd-update-utmp-runlevel
09f727eebd87661f263d3c2c1e0de7b7771acd40Lennart Poettering* add "provisioning" instructions to setup an empty /etc + /var
09f727eebd87661f263d3c2c1e0de7b7771acd40Lennart Poettering - used to setup a new container from a shared /usr
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering - superset of tmpfiles model
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering - instructions shipped by packages and stored in /usr/lib/
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering - compose /etc/passwd and /etc/group, copy files
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering - able to create uid + gid used by packages, for file ownership
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering* make repeated alt-ctrl-del presses printing a dump, or even force a reboot without
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering waiting for the timeout
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering* high level net_prio setting in execution context
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering* hostnamed: before returning information from /etc/machine-info.conf check the modification data and reread. Similar for localed, ...
69af45035913e7119cffd94c542bd3039600e45dZbigniew Jędrzejewski-Szmek* currently x-systemd.timeout is lost in the initrd, since crypttab is copied into dracut, but fstab isn't
e5ec62c56963d997edaffa904af5dc45dac23988Lennart Poettering* WorkingDirectory: support env var replacements like in ExecStart= so that people can use $HOME
826872b61e4857dfffe63ba84e2b005623baecd6Lennart Poettering* refuse boot if /etc/machine-id is not useful (or set taint?)
826872b61e4857dfffe63ba84e2b005623baecd6Lennart Poettering - nspawn: consider changing users for -u with su, so that NSS resolving works correctly
8973790ee6f62132b1b57de15c4edaef2c097004Lennart Poettering - nspawn: implement personality changes a la linux32(8)
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - nspawn: --read-only is not applied recursively to submounts
69af45035913e7119cffd94c542bd3039600e45dZbigniew Jędrzejewski-Szmek - nspawn: make use of device cgroup controller by default
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - bind mount read-only the cgroup tree higher than nspawn
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - cryptsetup-generator: warn if the password files are world-readable
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - cryptsetup-generator: add RequiresMountsFor= to cryptseup service files referencing a file, similar for devices
69af45035913e7119cffd94c542bd3039600e45dZbigniew Jędrzejewski-Szmek - cryptsetup-generator: allow specification of passwords in crypttab itself
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - move cryptsetup key caching into kernel keyctl?
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering https://bugs.freedesktop.org/show_bug.cgi?id=54982
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - when key file cannot be found, read it from kbd in cryptsetup
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* instantiated [Install] for target units
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering https://bugs.freedesktop.org/show_bug.cgi?id=54377
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* move debug shell to tty6 and make sure this doesn't break the gettys on tty6
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* hw watchdog: optionally try to use the preset watchdog timeout instead of always overriding it
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering https://bugs.freedesktop.org/show_bug.cgi?id=54712
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* after deserializing sockets in socket.c we should reapply sockopts and things
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* make timer units go away after they elapsed
cbb7712189527f9f483321607e44c4ead3dd11b8Lennart Poettering* http://lists.freedesktop.org/archives/systemd-devel/2012-September/006502.html
cbb7712189527f9f483321607e44c4ead3dd11b8Lennart Poettering (network and remote-fs on shutdown)
d01a73b6396f57792113c1b5df6e8492fc703e5eLennart Poettering* come up with a nice way to write queue/read_ahead_kb for a block device without interfering with readahead
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering* move PID 1 segfaults to /var/lib/systemd/coredump?
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering* create /sbin/init symlinks from the build system
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering* Query Paul Moore about relabelling socket fds while they are open
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering* system.conf should have controls for cgroups
490b7e47093d491a2bdb1084fe92b796f4e07eefLennart Poettering* allow writing multiple conditions in unit files on one line
490b7e47093d491a2bdb1084fe92b796f4e07eefLennart Poettering* explore multiple service instances per listening socket idea
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* testing tool for socket activation: some binary that listens on a socket and passes it on using the usual socket activation protocol to some server.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* shutdown: don't read-only mount anything when running in container
466784c8710e5cb0e0b86a16506d992d7ec5b619Kay Sievers* MountFlags=shared acts as MountFlags=slave right now.
c0fe5db522b52f27e030655ce2c03e05cbbc1558Kay Sievers* ReadOnlyDirectories= is not applied recursively to submounts
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* drop PID 1 reloading, only do reexecing (difficult: Reload()
e9fd44b728ff1fc0d1f24fccb87a767f6865df27Lennart Poettering currently is properly synchronous, Reexec() is weird, because we
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering can't delay the response properly until we are back, so instead of
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering being properly synchronous we just keep open the fd and close it
3040728b6691ea2e9df3a2060e2d49a792bbaedaLennart Poettering when done. That means clients don't get a successful method reply,
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering but much rather a disconnect on success.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* remember which condition failed for services, not just the fact that something failed
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* use opterr = 0 for all getopt tools
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* properly handle loop back mounts via fstab, especially regards to fsck/passno
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* allow services with no ExecStart= but with an ExecStop=
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* dracut-shutdown needs to be ordered before unmounting /boot
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* initialize the hostname from the fs label of /, if /etc/hostname does not exist?
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering* rename "userspace" to "core-os"
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering* syscall filter:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - syscall filter: add knowledge about compat syscalls
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering - syscall filter: don't enforce no new privs?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - syscall filter: option to return EPERM rather than SIGSYS?
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering - syscall filter: port to libseccomp
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - system-wide seccomp filter
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* systemd-analyze: data collection tools should be lightweight (few dependencies); data analysis tools can be heavyweight
b87b8b2b5205c0584da220f73322ea4732d44013Kay Sievers* .device aliases need to be implemented with the "following" logic, probably.
c06bf414042cd1bf94e0af63e9e2a0c291bfc546Kay Sievers* load-fragment: when loading a unit file via a chain of symlinks
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering verify that it isn't masked via any of the names traversed.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* introduce Type=pid-file
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* maybe allow services with ExecStop= set, but no ExecStart=?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* change Requires=basic.target to RequisiteOverride=basic.target
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* drop accountsservice's StandardOutput=syslog and Type=dbus fields
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* move passno parsing to fstab generator
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* automount: implement expire:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - set superblock timeout AUTOFS_DEV_IOCTL_TIMEOUT_CMD
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - periodically run AUTOFS_DEV_IOCTL_EXPIRE_CMD
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - every timeout/4 (original autofs logic)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - blocking, needs a thread
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - run until -EAGAIN
f47ec8ebb3858553dec870e1c596e39525f46360Lennart Poettering - receive expire packet on pipe if kernel tells the timeout is over
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - answer expire packet on pipe with AUTOFS_DEV_IOCTL_{READY,FAIL}_CMD
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - AUTOFS_DEV_IOCTL_EXPIRE_CMD returns
77a9e8de6572db6ba5ca49023937b67fc835f356Zbigniew Jędrzejewski-Szmek* services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel)
601d9d6fb394a780765e80581daab850623e9698Josh Triplett* ConditionSecurity= should learn about IMA and SMACK
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - remove all (misguided from day 1) userspace firmware_class handling
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - move to LGPL
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - unify utf8 validator code with shared/
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - kill scsi_id
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - add trigger --subsystem-match=usb/usb_device device
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* cleanup syslog 'priority' vs. 'level' wording
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering* dbus upstream still refers to dbus.target and shouldn't
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* when a service has the same env var set twice we actually store it twice and return that in systemctl show -p... We should only show the last setting
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* support container_ttys=
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* introduce mix of BindTo and Requisite
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* add DeleteSocketsOnStop=yes|no option to socket units
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* default unix qlen is too small (10). bump sysctl? add sockopt?
8b04b925e587ff56568c62ff5ad3f2ea2b34ca7aLennart Poettering* figure out whether we should leave dbus around during shutdown
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering* dbus: in fedora, make /var/lib/dbus/machine-id a symlink to /etc/machine-id
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* dbus: move dbus to early boot
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* save coredump in Windows/Mozilla minidump format
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* clean up session cgroups that remain after logout (think sshd), but eventually run empty
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers* when an instanced service exits, remove its parent cgroup too if possible.
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers* default to actual 32bit PIDs, via /proc/sys/kernel/pid_max
f6113d42d015ad9f3a9e702a09eb8006511a4424Kay Sievers* be able to specify a forced restart of service A where service B depends on, in case B
f6113d42d015ad9f3a9e702a09eb8006511a4424Kay Sievers needs to be auto-respawned?
7a43e910ce00eef22fd42925ae4c85cbea1b1320Kay Sievers* when a bus name of a service disappears from the bus make sure to queue further activation requests
c55b1b59b837dfd924b704d457ed77c55f8bfeabLennart Poettering* tmpfiles: apply "x" on "D" too (see patch from William Douglas)
59704f3e937c664f7324bfbb08483c358dfbc4c6Lennart Poettering* for services: don't set $HOME in services unless requested
9ec82de1725ddaab333149171b790d62c47ae133Lennart Poettering* hide PAM/TCPWrap options in fragment parser when compile time disabled
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering* when we automatically restart a service, ensure we restart its rdeps, too.
7f8732835295fce29479b1afc9e8ee801852db09Lennart Poettering* allow Type=simple with PIDFile=
7f8732835295fce29479b1afc9e8ee801852db09Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=723942
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering* move PAM code into its own binary
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering* implement Register= switch in .socket units to enable registration
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering in Avahi, RPC and other socket registration services.
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* verify that the AF_UNIX sockets of a service in the fs still exist
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering when we start a service in order to avoid confusion when a user
6d0274f11547a0f11200bb82bf598a5a253e12cfLennart Poettering assumes starting a service is enough to make it accessible
a7a3f28be404875eff20443a0fa8088bcc4c18dfLennart Poettering* Make it possible to set the keymap independently from the font on
9b27910bb0c23e5225fc1177176e4f9bf9bf787bLennart Poettering the kernel cmdline. Right now setting one resets also the other.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* and a dbus call to generate target from current state
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers - drop /.readahead on bigger upgrades with yum
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers - move readahead files into /var (look for them with .path units?)
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers - readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers - readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers - readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/
9ee58bddeb6eb044753167e0047fe836479ca5dbKay Sievers* add support for /bin/mount -s
dcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7Lennart Poettering* GC unreferenced jobs (such as .device jobs)
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering* write blog stories about:
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering - hwdb: what belongs into it, lsusb
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering - enabling dbus services
1b89884ba31cbe98f159ce2c7d6fac5f6a57698fLennart Poettering - status update
1b89884ba31cbe98f159ce2c7d6fac5f6a57698fLennart Poettering - how to make changes to sysctl and sysfs attributes
15abdb9a6f34628b04b887e0b9649fa582d6cd37Lennart Poettering - remote access
1920e37ef9fec04a1fd882f66bfa7a9a5b91c536Lennart Poettering - how to pass throw-away units to systemd, or dynamically change properties of existing units
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - how to integrate cgconfig and suchlike with systemd
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - testing with Harald's awesome test kit
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - auto-restart
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - how to develop against journal browsing APIs
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - the journal HTTP iface
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - non-cgroup resource management
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering - dynamic resource management with cgroups
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering - refreshed, longer missions statement
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering - celendar time events
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering* allow port=0 in .socket units
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* support systemd.mask= on the kernel command line.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* reuse mkdtemp namespace dirs in /tmp?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* recreate systemd's D-Bus private socket file on SIGUSR2
f801968466fed39d50d410b30ac828c26722cc95Lennart Poettering* Support --test based on current system state
de34a42bcad31f0648ac0f249801310e0dbf83f9Lennart Poettering* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
41f9172f427bdbb8221c64029f78364b8dd4e527Lennart Poettering* maybe introduce ExecRestartPre=
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering* dot output for --test showing the 'initial transaction'
a1cccad1fe88ddd6943e18af97cf7f466296970fLennart Poettering - rpcbind (/var/run/rpcbind.sock!) HAVEPATCH
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering - cups HAVEPATCH
d05c556b6b2a680ec8b51ecbbc99a9ab14c28eedZbigniew Jędrzejewski-Szmek - postfix, saslauthd
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering - libvirtd (/var/run/libvirt/libvirt-sock-ro)
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering* fingerprint.target, wireless.target, gps.target, netdevice.target
d87be9b0af81a6e07d4fb3028e45c4409100dc26Lennart Poettering* io priority during initialization
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* drop cap bounding set in readahead and other services
7560fffcd2531786b9c1ca657667a43e90331326Lennart Poettering - natively watch for dbus-*.service symlinks (PENDING)
7560fffcd2531786b9c1ca657667a43e90331326Lennart Poettering - allow specification of socket mode/umask when allocating DBusServer
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering - allow disabling of fd passing when connecting a AF_UNIX connection
0790b9fed42eefc4e22dbbe2337cba9713b7848cLennart Poettering - allow disabling of UID passing for AUTH EXTERNAL
5a7e959984788cf89719dec31999409b63bb802bLennart Poettering - always pass cred data along each message
5a7e959984788cf89719dec31999409b63bb802bLennart Poettering - teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* fix alsa mixer restore to not print error when no config is stored
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* make cryptsetup lower --iter-time
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* patch kernel for xattr support in /dev, /proc/, /sys?
918943c75fbd9dee87ff396de3a7c63a8d228433Lennart Poettering* NTP: the kernel's 11-minutes-mode syncs the system time to the RTC, but only
918943c75fbd9dee87ff396de3a7c63a8d228433Lennart Poettering in an ~30 minutes window. It does not adjust larger differences. Find a way
fd4d89b2c0b31da01d134301e30916931ae3c7d9Lennart Poettering to tell the kernel, to always do a full time sync when the RTC is in UTC and
fd4d89b2c0b31da01d134301e30916931ae3c7d9Lennart Poettering we are in 11-minutes-mode. When we trust the system time to NTP we also want
8230e26dc954a40d8c9dbc8ddd9376117021f9d2Lennart Poettering the RTC to sync up.
4d9909c93e9c58789c71b34555a1908307c6849eLennart Poettering* kernel: add device_type = "fb", "fbcon" to class "graphics"
88a6c5894c9d3f85d63b87b040c130366b4006ceKay Sievers* look for close() vs. close_nointr() vs. close_nointr_nofail()
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* check for strerror(r) instead of strerror(-r)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* %m in printf() instead of strerror(errno);
be0aa78406c73a6625308dc0672b5ff27ec6f9a8Lennart Poettering* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
9946996cda11a18b44d82344676e5a0e96339408Lennart Poettering* use secure_getenv() instead of getenv() where appropriate
3471bedc005fab03f40b99bf6599645330adcd9eLennart Poettering* link up selected blog stories from man pages and unit files Documentation= fields
59cea26a349cfa8db906b520dac72563dd773ff2Lennart PoetteringScheduled for removal or fixing:
5b40d33761376354116a8cddb9b9fbdb6c4727d6Lennart Poettering* xxxOverridable dependencies (probably: fix)