mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#885
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/461
Author: @astier
Created: 10/14/2021
Status: ❌ Closed
Base:
main← Head:dynamic-user📝 Commits (1)
5ffe86aUse DynamicUser in whoogle.service #453📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
README.md(+1 -1)📄 Description
Quote from https://www.freedesktop.org/software/systemd/man/systemd.exec.html
DynamicUsercreates dynamically a new userwhooglewith limitedpriviliges which are handled by systemd every time whoogle.service is
started. I think this is more secure and easier rather than letting the
admin deal with the user and its priviliges under which whoogle should
run. Its certainly a big security improvement compared to the root-user
which was used to run whoogle not that long ago.
I changed my
whoogle.servicefile accordingly and runningps u -U whoogleshows me that systemd automatically runs whoogle with the userwhooglewhich systemd created automatically because I never createdthe user myself.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.