X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=09ccbbea23941b706d559817145c801a0cb3e2cb;hb=e79e8afd62bdec28a88d52fa0761aff9ce145b77;hp=e63463923d8abb9d2fbbecd1f44a250a22f38333;hpb=72ebbf3450340338d71ea2039dfb296bc1d595db;p=elogind.git diff --git a/TODO b/TODO index e63463923..09ccbbea2 100644 --- a/TODO +++ b/TODO @@ -30,6 +30,8 @@ External: Features: +* Introduce PrivateDevices=yes/no which works like PrivateTmp= but for /dev setting up a tmpfs for it that only includes /dev/null, /dev/zero, /dev/random, /dev/urandom, but nothing else. + * libsystemd-journal returns the object created as first param in sd_journal_new(), sd_bus_new() and suchlike as last... * cgroups: @@ -86,6 +88,7 @@ Features: * given that logind now lets PID 1 do all nasty work, we can probably reduce the capability set it retains substantially. + (we need CAP_SYS_ADMIN for drmSetMaster(), so maybe not worth it) * btrfs raid assembly: some .device jobs stay stuck in the queue @@ -124,6 +127,10 @@ Features: - NameLost/NameAcquired obsolete - GVariant - "const" properties (posted) + - port exit-on-idle logic to byebye ioctl + - make use of "drop" ioctl in pid 1 bus activation + - bus proxy: override unique id sender for messages from driver to match the well-known name + - bus driver: GetNameOwner() for "org.freedesktop.DBus" should return "org.freedesktop.DBus" * sd-event - allow multiple signal handlers per signal?