]> git.ipfire.org Git - thirdparty/systemd.git/blame - fixme
socket: prepare for proper selinux labelling of sockets
[thirdparty/systemd.git] / fixme
CommitLineData
8c6db833 1* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
75787bb7 2
129126f3 3* implicitly import "defaults" settings file into all types
75787bb7 4
129126f3 5* add #ifdefs for non-sysv builds
75787bb7 6
129126f3 7* reinvestigate random seed, hwclock
75787bb7 8
129126f3 9* "disabled" load state?
f94ea366 10
129126f3
LP
11* ability to kill services? i.e. in contrast to stopping them, go directly
12 into killing mode?
13
14* port over to LISTEN_FDS/LISTEN_PID:
a625ac1a
LP
15
16 - uuidd DONE
0262225c 17 - nscd DONE
9726b29e 18 - dbus DONE
88ce42f6 19 - rsyslog DONE
c0120d99
LP
20 - rpcbind (/var/run/rpcbind.sock!) DONE
21 - cups DONE
22 - avahi-daemon (/var/run/avahi-daemon/socket) DONE
874aa2cc 23 - ssh CLASSIC
a625ac1a 24 - postfix, saslauthd
a625ac1a
LP
25 - apache/samba
26 - libvirtd (/var/run/libvirt/libvirt-sock-ro)
27 - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
a625ac1a
LP
28 - distccd
29
6d526de2
LP
30* write utmp record a la upstart for processes
31
5b6319dc 32* follow property change dbus spec
6d526de2 33
5b6319dc 34* selinux
7e4249b9 35
b708e7ce 36* systemctl status $PID, systemctl stop $PID!
828f33e8 37
4445a875
LP
38* systemctl list-units doesn't show units with actvie jobs?
39
40* timeout waiting for mount devices?
41
772a599e 42* default logic for serial getty, ck logging, ssh readahead
4445a875
LP
43
44* place /etc/inittab with explaining blurb.
45
46* OnFailure=foo.unit
47
48* default.target must be %ghosted...
49
4445a875
LP
50* In command lines, support both "$FOO" and $FOO
51
52* systemd-install disable should recursively kill all symlinks
53
4445a875
LP
54* in %post create all symlinks manually and use inittab data
55
56* check mtimes of dirs and unit files in systemctl
57
58* /etc must always take precedence even if we follow symlinks!
59
4445a875
LP
60* /lib/init/rw
61
62* vielleicht implizit immer auf syslog dependen?
63
772a599e
LP
64* für selinux muss der socket wissen was für service geexeced wird.
65
66* debian deadlock when partition auf noauto is.
67
cac6f7c8
LP
68* maintenance units müssen vergessen werden
69
70* maintenance muss dokumentiert werden
71
6124958c 72External:
e4b61340 73
f9704703
LP
74* patch /etc/init.d/functions with:
75
76 if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi
77
14bd37fe
LP
78https://bugzilla.redhat.com/show_bug.cgi?id=614245
79https://bugzilla.redhat.com/show_bug.cgi?id=612789
80https://bugzilla.redhat.com/show_bug.cgi?id=612728
81https://bugzilla.redhat.com/show_bug.cgi?id=612712
82
129126f3 83Regularly:
874aa2cc 84
129126f3 85* look for close() vs. close_nointr() vs. close_nointr_nofail()
5021be21 86
129126f3 87* check for strerror(r) instead of strerror(-r)
5b6319dc
LP
88
89* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
8c6db833
LP
90
91* %m in printf() instead of strerror();