jonnyhyman / jonnyhyman/ResolveCollaboration

[Server] Turn into executable

Open
#22 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.