|
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)
8466 of 10410 relevant lines covered (81.33%)
21693.43 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|
| Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
|---|---|---|---|---|---|---|---|
| 2558092847 | pr_1965 | 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.33 |