Bug 264761 - graphics/qgis wrong file permissions
Summary: graphics/qgis wrong file permissions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Rainer Hurling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-19 03:36 UTC by Bill Blake
Modified: 2022-06-19 20:09 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (rhurlin)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Blake 2022-06-19 03:36:28 UTC
Several files in /usr/local/share/qgis/resources/data have permissions 666, making them writable by anyone.  The permissions should be 644.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-06-19 20:05:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=918b9ddb612f9febf4811b5d460ec31fa1acb62e

commit 918b9ddb612f9febf4811b5d460ec31fa1acb62e
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2022-06-19 19:55:41 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2022-06-19 20:04:08 +0000

    graphics/qgis: Make word_map files non writable

    Thanks to Bill Blake for pointing out that the world_map files are
    writable. They should have been read-only for two years already (PR 237070).

    PR:             264761
    Reported by:    Bill Blake <billblake2018@gmail.com>

 graphics/qgis/pkg-plist | 2 --
 1 file changed, 2 deletions(-)
Comment 2 Rainer Hurling freebsd_committer freebsd_triage 2022-06-19 20:09:36 UTC
Hi Bill,
Thank you for pointing this out. As mentioned in the commit, this should have been corrected two years ago (bug #237070). I don't know how this crept back in :(

Best wishes,
Rainer