Testing privilege separation settings#113
Testing privilege separation settings#113gStart9 wants to merge 11 commits intojoinmarket-webui:masterfrom
Conversation
|
This will probably get a lot more changes, just playing and making sure things will work at this point |
|
Nice! Cannot wait to test this 🧡 |
… into feat/privilege_separation
| && useradd --uid 7012348 --system -g joinmarket --comment 'ob-watcher user' jm-ob \ | ||
| && sed "s|http://|https://|" /etc/apt/sources.list \ | ||
| && apt-get update \ | ||
| && apt-get install -qq --no-install-recommends --no-install-suggests -y gnupg curl apt-transport-https ca-certificates \ |
There was a problem hiding this comment.
As of apt 1.5, the package apt-transport-https is no longer required because https:// is supported out of the box.
Reference: https://packages.debian.org/bullseye/apt-transport-https
This is a dummy transitional package - https support has been moved into the apt package in 1.5. It can be safely removed."
Apt is currently at 2.6.
* Testing privilege separation settings * chore(config): regenerate default config * chore(config): add additional directory nodes * Update jam to v0.1.6 (automated change) * build(deps): update bullseye from 20221004 to 20230919 * build(deps): update alpine from v3.16.2 to v3.18.3 * build(deps): update nginx from v1.23.1 to v1.25.2 * docs(readme): add run example using the host network * Reorganize and adduser create home * Rearrange adduser switch for suppolemental groups * Switch to useradd for better supplemental group support * More touchups * yank apt-transport-https --------- Co-authored-by: theborakompanioni <theborakompanioni+github@gmail.com> Co-authored-by: theborakompanioni <theborakompanioni@users.noreply.github.com>
|
@gStart9 Do you still work on this? Would be nice to have! |
|
@theborakompanioni I have not been working on it, but this week will be perfect for that, I'll see what I can do! |
No description provided.