|
Repo Added
|
Files
143
|
Badge
README BADGES
|
push
gitlab-ci
fix: Ensure limited permissions of mender-inventory-geo cache files The /tmp/mender/inventory-geo cache file can potentially contain sensitive data and there's no reason for it to have 644 permissions. By using `umask 077` we can easily ensure that any files created by the script are only user/owner-accessible. Ticket: MEN-9752 Changelog: The /tmp/mender/inventory-geo cache file used by the mender-inventory-geo script now has stricter permissions (600) Signed-off-by: Vratislav Podzimek <vratislav.podzimek+auto-signed@northern.tech> (cherry picked from commit 588f6ea72)
9066 of 11100 relevant lines covered (81.68%)
20562.71 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|
| Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
|---|---|---|---|---|---|---|---|
| 2558091417 | pr_1964 | fix: Ensure limited permissions of mender-inventory-geo cache files The /tmp/mender/inventory-geo cache file can potentially contain sensitive data and there's no reason for it to have 644 permissions. By using `umask 077` we can easily ensure t... | push | gitlab-ci |
81.68 |