aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index e275aa7..cf8f9c7 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,6 @@ Use environment variable `MYA_PREFIX` for testing.
## TODO
A number of steps are still required before this package is production-worthy.
-* add sudo rule
-* make daemon invoke initialize script with sudo. This has to happen so the uid= in the autofs definition is the current user. So multi-seat usage could break the functionality, but that would also break regular file permissions.
# References
[1]: https://github.com/project-trident/trident-utilities/blame/master/src-go/automount/main.go
bgstack15