Bug 287397 - net/kea: Fix directory permissions
Summary: net/kea: Fix directory permissions
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL: https://security.opensuse.org/2025/05...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-09 16:44 UTC by Jose Luis Duran
Modified: 2025-06-10 17:43 UTC (History)
1 user (show)

See Also:
apevnev: maintainer-feedback+


Attachments
net/kea: Fix directory permissions (1.75 KB, patch)
2025-06-09 16:44 UTC, Jose Luis Duran
no flags Details | Diff
kea.patch (1.84 KB, patch)
2025-06-10 13:36 UTC, Mark Linimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Luis Duran freebsd_committer freebsd_triage 2025-06-09 16:44:10 UTC
Created attachment 261118 [details]
net/kea: Fix directory permissions

- Add /var/log/kea/ to pkg-plist
- Enforce upstream 0750 permissions on required directories
- FreeBSD uses /var/db/kea/, not /var/lib/kea/ as DATA_DIR
- Do not remove the commands in the install-exec-hook, as they set the
  required permissions for those directories
Comment 1 Jose Luis Duran freebsd_committer freebsd_triage 2025-06-09 16:45:42 UTC
Submitted as a separate PR (previously submitted in bug #287120).
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2025-06-10 13:36:49 UTC
Created attachment 261144 [details]
kea.patch

^Triage: rebase patch.