From: Zbigniew Jędrzejewski-Szmek Date: Mon, 26 Jan 2015 23:12:45 +0000 (-0500) Subject: TODO: remove laccess conversion X-Git-Tag: v219~283 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=4a84f3e61434cdc52f91477d7fd937600159e4f1 TODO: remove laccess conversion I looked over all access invocations, and I think are using access() correctly. Accepting dangling symlinks makes sense only in special circumstances. So far we do not allow "flag" files like "/fastboot" to be dangling symlinks. We could, but I don't see a reason to. --- diff --git a/TODO b/TODO index c87469a62..62f673b60 100644 --- a/TODO +++ b/TODO @@ -67,8 +67,6 @@ Features: * Port various tools to make use of verbs.[ch], where applicable -* Check all invocations of access() and consider turning them into laccess() - * "machinectl history" * "machinectl diff"