[PR #493] [MERGED] fix: data dir permissions having execute for all #615

Closed
opened 2026-02-25 23:34:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/493
Author: @fmartingr
Created: 10/9/2022
Status: Merged
Merged: 10/9/2022
Merged by: @fmartingr

Base: masterHead: issue-420


📝 Commits (2)

  • ce0164d fix: data dir permissions having execute for all
  • 79c68e1 Merge branch 'master' into issue-420

📊 Changes

4 files changed (+8 additions, -3 deletions)

View changed files

📝 internal/cmd/export.go (+1 -1)
📝 internal/cmd/root.go (+2 -1)
📝 internal/core/processing.go (+1 -1)
📝 internal/model/const.go (+4 -0)

📄 Description

Using a constant to define the permissions for the data directory where databases and/or archives are stored, avoiding using, defaults to 644 now and avoiding execute/write permissions for group/others.

Fixes #420


🔄 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/go-shiori/shiori/pull/493 **Author:** [@fmartingr](https://github.com/fmartingr) **Created:** 10/9/2022 **Status:** ✅ Merged **Merged:** 10/9/2022 **Merged by:** [@fmartingr](https://github.com/fmartingr) **Base:** `master` ← **Head:** `issue-420` --- ### 📝 Commits (2) - [`ce0164d`](https://github.com/go-shiori/shiori/commit/ce0164d3af9cc023528e0105c0bfa103f99f77cd) fix: data dir permissions having execute for all - [`79c68e1`](https://github.com/go-shiori/shiori/commit/79c68e17a44734ea68f7725f908c05685e097a86) Merge branch 'master' into issue-420 ### 📊 Changes **4 files changed** (+8 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `internal/cmd/export.go` (+1 -1) 📝 `internal/cmd/root.go` (+2 -1) 📝 `internal/core/processing.go` (+1 -1) 📝 `internal/model/const.go` (+4 -0) </details> ### 📄 Description Using a constant to define the permissions for the data directory where databases and/or archives are stored, avoiding using, defaults to 644 now and avoiding execute/write permissions for group/others. Fixes #420 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:34:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#615
No description provided.