[PR #292] [MERGED] Make Unix socket permissions configurable #1366

Closed
opened 2025-12-29 02:29:50 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/292
Author: @kradalby
Created: 1/28/2022
Status: Merged
Merged: 1/29/2022
Merged by: @kradalby

Base: mainHead: socket-permission


📝 Commits (5)

  • b4f8961 Make Unix socket permissions configurable
  • bb27c80 Update CHANGELOG.md
  • 13f23d2 Merge branch 'main' into socket-permission
  • dbfb9e1 Merge branch 'main' into socket-permission
  • cd0df1e Merge branch 'main' into socket-permission

📊 Changes

6 files changed (+36 additions, -2 deletions)

View changed files

📝 CHANGELOG.md (+2 -0)
📝 acls.go (+3 -0)
📝 app.go (+8 -1)
📝 cmd/headscale/cli/utils.go (+20 -1)
📝 cmd/headscale/headscale_test.go (+2 -0)
📝 config-example.yaml (+1 -0)

📄 Description

This PR makes the unix socket permissions configurable, it resolves #284.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/292 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 1/28/2022 **Status:** ✅ Merged **Merged:** 1/29/2022 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `socket-permission` --- ### 📝 Commits (5) - [`b4f8961`](https://github.com/juanfont/headscale/commit/b4f8961e442fe8fec34701f7e6a5cc7d9d1304d0) Make Unix socket permissions configurable - [`bb27c80`](https://github.com/juanfont/headscale/commit/bb27c80bad828935b6dcefff56417ce8a6dfef50) Update CHANGELOG.md - [`13f23d2`](https://github.com/juanfont/headscale/commit/13f23d2e7e7f716a408647dedf95560d3e437c88) Merge branch 'main' into socket-permission - [`dbfb9e1`](https://github.com/juanfont/headscale/commit/dbfb9e16e0a8dabb2b0670a292323068bbd32450) Merge branch 'main' into socket-permission - [`cd0df1e`](https://github.com/juanfont/headscale/commit/cd0df1e46fd5960fc9f0d6f38c6e29a07259ab9d) Merge branch 'main' into socket-permission ### 📊 Changes **6 files changed** (+36 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -0) 📝 `acls.go` (+3 -0) 📝 `app.go` (+8 -1) 📝 `cmd/headscale/cli/utils.go` (+20 -1) 📝 `cmd/headscale/headscale_test.go` (+2 -0) 📝 `config-example.yaml` (+1 -0) </details> ### 📄 Description This PR makes the unix socket permissions configurable, it resolves #284. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:29:50 +01:00
adam closed this issue 2025-12-29 02:29:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1366