diff options
author | B Stack <bgstack15@gmail.com> | 2020-09-29 21:05:42 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-09-29 21:05:42 -0400 |
commit | 5a757b0f96c60e3d894e8c5a9fd335f91fffb7f9 (patch) | |
tree | d57d6e4e1e63641bfc41d6659516d82c2e24d568 /README.md | |
parent | WIP: fixing initialize for packaging process (diff) | |
download | myautomount-5a757b0f96c60e3d894e8c5a9fd335f91fffb7f9.tar.gz myautomount-5a757b0f96c60e3d894e8c5a9fd335f91fffb7f9.tar.bz2 myautomount-5a757b0f96c60e3d894e8c5a9fd335f91fffb7f9.zip |
WIP: improve rpm packaging, fix desktop files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,6 +15,11 @@ Use environment variable `MYA_PREFIX` for testing. export MYA_PREFIX=~/dev/myautomount/src sudo DEBUG=1 MYA_PREFIX=~/dev/myautomount/src sh -x usr/libexec/myautomount/myautomount-initialize.sh +## 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 [2]: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html |