chiark / gitweb /
udev: set errno = ENOSYS for removed interfaces
[elogind.git] / TODO
diff --git a/TODO b/TODO
index c7bbd6d54fbdd08183456a2ecf48531513616c5d..c562faa68c9d49f8e9d7fac52826eeb3d5914cd0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,7 @@
 Bugfixes:
+* fix Fedora's cups.rpm to use tmpfiles instead of /lib/udev/devices/
+
+* do not link selinux and attr against all binaries
 
 * swap units that are activated by one name but shown in the kernel under another are semi-broken
 
@@ -15,6 +18,29 @@ Bugfixes:
 * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
 
 Features:
+* start polkit agent in systemctl, similar to the password agent, to allow
+  gaining authorizations for privileged operations by entering a password:
+  Interface:
+   http://hal.freedesktop.org/docs/polkit/eggdbus-interface-org.freedesktop.PolicyKit1.AuthenticationAgent.html
+  Example:
+   http://cgit.freedesktop.org/PolicyKit/commit/?id=42177383585e1e01cd6150f891176afcd4538a82
+
+* make gtk-doc optional (like kmod?)
+
+* udev: find a way to tell udev to not cancel firmware requests in initramfs
+
+* udev: scsi_id -> sg3_utils?
+
+* udev: add trigger --subsystem-match=usb/usb_device
+
+* udev: libudev.so.1
+  - remove deprecated symbols
+  - use symbol versioning
+  - return object with *_unref()
+  - kill: udev_monitor_from_socket()
+  - kill: udev_queue_get_failed_list_entry()
+
+* allow configuration of console width/height in vconsole.conf
 
 * PrivateTmp should apply to both /tmp and /var/tmp
 
@@ -28,10 +54,6 @@ Features:
 
 * dbus upstream still refers to dbus.target and shouldn't
 
-* Make -f in systemctl enable both --follow and --force
-
-* ensure that logind sets the syslog facility to AUTH when logging
-
 * 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
 
 * add man page documenting all kernel cmdline options, including stuff like fsck.mode=
@@ -67,8 +89,6 @@ Features:
 
 * There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
 
-* hook up /dev/watchdog with main event loop for embedded, server uses
-
 * when dumping cgroup contents, include main/control PID of a service, explicitly
 
 * keep an eye on https://bugzilla.gnome.org/show_bug.cgi?id=670100