summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-10 15:45:14 -0200
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-10 15:45:14 -0200
commitca1f0f303e84f48d85b37f18a04c675f87c3ced2 (patch)
tree14f826dfa7a3903ff644172118e1770e2cc5083a /TODO
parent0b22179acd4b42f5fb902b74b98c4db487758ccb (diff)
downloadkmod-ca1f0f303e84f48d85b37f18a04c675f87c3ced2.tar.gz
TODO: add task to modprobe
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6bd5736..5dd906d 100644
--- a/TODO
+++ b/TODO
@@ -21,6 +21,8 @@ Features:
- deal with dependency loop
- break dependency loop when all it needs is to check if the module is
already loaded
+ - check if user has permission to load module and print an error instead of
+ returning 0
* Add manpages: copy them from module-init-tools and make the necessary changes