TODO: system() should not be used inside a library
diff --git a/TODO b/TODO
index d1d553a..e2317ff 100644
--- a/TODO
+++ b/TODO
@@ -43,6 +43,8 @@
      kmod-archive get path.ko
      kmod-archive exists path.ko
 
+* Stop using system() inside the library and use fork + exec instead
+
 Known Bugs:
 ===========