From: Lennart Poettering Date: Wed, 18 Jun 2025 08:29:20 +0000 (+0200) Subject: update TODO X-Git-Tag: v258-rc1~288^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F37869%2Fhead;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 4f77391f62d..68b3ab48d2b 100644 --- a/TODO +++ b/TODO @@ -120,6 +120,10 @@ Deprecations and removals: Features: +* replace symlink_label(), mknodat_label(), btrfs_subvol_make_label(), + mkdir_label() and related calls by flags-based calls that use + label_ops_pre()/label_ops_post(). + * maybe reconsider whether virtualization consoles (hvc1) are considered local or remote. i.e. are they more like an ssh login, or more like a /dev/tty1 login? Lennart used to believe the former, but maybe the latter is more