From 4a84f3e61434cdc52f91477d7fd937600159e4f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 26 Jan 2015 18:12:45 -0500 Subject: [PATCH] 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. --- TODO | 2 -- 1 file changed, 2 deletions(-) diff --git a/TODO b/TODO index c87469a628..62f673b60d 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"