aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-09-29 22:08:31 -0400
committerB Stack <bgstack15@gmail.com>2020-09-29 22:08:31 -0400
commit271a0dfcfd2f4f2dd7d9cc0fb9d5a8749cd5d472 (patch)
tree63f3e472417fd3f2a77624b619e12d7746ef8f42 /README.md
parentWIP: improve rpm packaging, fix desktop files (diff)
downloadmyautomount-271a0dfcfd2f4f2dd7d9cc0fb9d5a8749cd5d472.tar.gz
myautomount-271a0dfcfd2f4f2dd7d9cc0fb9d5a8749cd5d472.tar.bz2
myautomount-271a0dfcfd2f4f2dd7d9cc0fb9d5a8749cd5d472.zip
add sudo rule
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