jonnyhyman / jonnyhyman/ResolveCollaboration
[Server] Turn into executable
Open
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 36
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
macOS:
- move all sudo commands to subprocess calls, which ask for sudo password each time, OR:
- capture computer password at startup, hold throughout, use `echo "password" | sudo -S ...` to run commands as sudo automatically. but then we're holding computer passwords in memory. dodgy?
Windows:
- require uac-admin on startup (doable with pyinstaller)
- test that all privileges are actually given
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.