]> git.ipfire.org Git - thirdparty/systemd.git/blame - TODO
mount: add nosuid,nodev,noexec switches to /var/lock and /var/run
[thirdparty/systemd.git] / TODO
CommitLineData
f015eca2
KS
1* man: clarify that --system works only for pid == 1
2
59fee421
LP
3* oneshot services which do not remain: 'exited' instead of 'dead'?
4 it should be visible in 'systemctl' that they have been run
5
6* dot output for --test showing the 'initial transaction'
7
8c6db833 8* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
75787bb7 9
129126f3 10* implicitly import "defaults" settings file into all types
75787bb7 11
129126f3 12* port over to LISTEN_FDS/LISTEN_PID:
a625ac1a 13 - uuidd DONE
9726b29e 14 - dbus DONE
88ce42f6 15 - rsyslog DONE
c0120d99
LP
16 - rpcbind (/var/run/rpcbind.sock!) DONE
17 - cups DONE
18 - avahi-daemon (/var/run/avahi-daemon/socket) DONE
874aa2cc 19 - ssh CLASSIC
a625ac1a 20 - postfix, saslauthd
a625ac1a
LP
21 - apache/samba
22 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
23 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
a625ac1a
LP
24 - distccd
25
444a79d3 26* selinux policy loading
7e4249b9 27
064f51fa 28* fingerprint.target, wireless.target, gps.target
0ff3dea7 29
647703fe 30* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
246756ca 31
50f2a90d
LP
32* chkconfig/systemd-install glue
33
34* io priority during initialization
8fe914ec 35
74ac3cbd 36* if a service fails too often, make the service enter failed mode, and the socket, too.
ea4a240d 37
b2423f1f
LP
38* bash completion a la gdbus
39
647703fe 40* systemctl list-jobs - show dependencies
63090775 41
313ed05b 42* accountsservice is borked
63090775 43
20604ebc
LP
44* auditd service files
45
20604ebc
LP
46* add systemctl switch to dump transaction without executing it
47
647703fe 48* system.conf/session.conf man page
63090775 49
3b63d2d3 50* suspend, resume
da726a4d 51
ed370f5d
LP
52* passphrase agent https://bugs.freedesktop.org/show_bug.cgi?id=30038
53
2e78aa99
LP
54* systemctl auto-pager a la git
55
2e78aa99
LP
56* merge CK
57
f015eca2
KS
58* start getty 2-6 only when actual vt switch happens
59 (same model as socket on-demand activation)
60
50f298ec 61* ask-password plymouth agent
68bc54e5 62
50f298ec
LP
63* spawn ask-password tty agent temporarily in systemctl
64
1a34d367
LP
65* readahead: btrfs/LVM SSD detection
66
c457e083
MB
67* document locale.conf, vconsole.conf and possibly the tempfiles.d and modules-load.d mechanism.
68
71fad675
LP
69* when processes remain in a service even though the start command failed enter active
70
50f298ec 71* fix plymouth socket name, when plymouth started to use a clean one
0ea969e6 72
52661efd
LP
73* parse early boot time env var from dracut
74
980d8750
LP
75* fix serialization of timers
76
77* add switch to disable pull in retroactively
78
50f298ec
LP
79* cryptsetup
80
2528a7a6 81External:
20604ebc 82
06ae4bfe
LP
83* patch kernel to add /proc/swaps change notifications
84
85* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup.
86
6f3f9deb
LP
87* patch kernel for cpu feature modalias for autoloading aes/kvm/...
88
4e434314
LP
89* patch fsck to support --lock
90
449ddb2d
LP
91* place /etc/inittab with explaining blurb.
92
20604ebc
LP
93* pam_securetty should honour console=
94
26192dfc
LP
95* procps, psmisc, sysvinit-tools, hostname → util-linux-ng
96
50f2a90d
LP
97* pam: fix double sudo session cleanup:
98 http://www.gratisoft.us/bugzilla/show_bug.cgi?id=421
99
50f2a90d
LP
100https://bugzilla.redhat.com/show_bug.cgi?id=614245 -- plymouth
101https://bugzilla.redhat.com/show_bug.cgi?id=612789 -- umount /cgroup on halt
102https://bugzilla.redhat.com/show_bug.cgi?id=612728 -- /etc/rc.d/init.d/functions
103https://bugzilla.redhat.com/show_bug.cgi?id=612712 -- pam_systemd
104https://bugs.freedesktop.org/show_bug.cgi?id=29193 -- accountsservice
105https://bugs.freedesktop.org/show_bug.cgi?id=29194 -- ConsoleKit
5e5c6cd7
LP
106https://bugs.freedesktop.org/show_bug.cgi?id=29205 -- udisks
107http://article.gmane.org/gmane.linux.bluez.kernel/6479 -- bluez
50f2a90d 108http://www.spinics.net/lists/linux-nfs/msg14371.html -- rpcbind
b5e9dba8
LP
109https://bugzilla.redhat.com/show_bug.cgi?id=617328 -- ntp
110https://bugzilla.redhat.com/show_bug.cgi?id=617320 -- at
111https://bugzilla.redhat.com/show_bug.cgi?id=617326 -- fprintd
112https://bugzilla.redhat.com/show_bug.cgi?id=617333 -- yum
113https://bugzilla.redhat.com/show_bug.cgi?id=617317 -- acpid
114https://bugzilla.redhat.com/show_bug.cgi?id=617327 -- gpm
115https://bugzilla.redhat.com/show_bug.cgi?id=617330 -- pcsc-lite
116https://bugzilla.redhat.com/show_bug.cgi?id=617321 -- audit
02ee865a 117https://bugzilla.redhat.com/show_bug.cgi?id=617316 -- abrt
63090775 118http://sources.redhat.com/bugzilla/show_bug.cgi?id=11930 -- glibc
14bd37fe 119
129126f3 120Regularly:
874aa2cc 121
129126f3 122* look for close() vs. close_nointr() vs. close_nointr_nofail()
5021be21 123
129126f3 124* check for strerror(r) instead of strerror(-r)
5b6319dc
LP
125
126* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
8c6db833
LP
127
128* %m in printf() instead of strerror();
444a79d3
LP
129
130* pahole
131
132* CFLAGS="-Wl,--gc-sections -Wl,--print-gc-sections -ffunction-sections -fdata-sections"