Summary: | Not strict restrictive permissions in the doc folders: perl-devel | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Denis Volkov <dvolkov> | |
Component: | perl | Assignee: | perl-maint-list | |
Status: | CLOSED ERRATA | QA Contact: | Martin Kyral <mkyral> | |
Severity: | low | Docs Contact: | Lenka Špačková <lkuprova> | |
Priority: | unspecified | |||
Version: | 7.7 | CC: | bnater, jorton, ppisar | |
Target Milestone: | rc | Keywords: | EasyFix, Triaged | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | perl-5.16.3-297.el7 | Doc Type: | Bug Fix | |
Doc Text: |
.Documentation files from `perl-devel` no longer have a write permission for a group
Previously, certain documentation files from the `perl-devel` package had a write permission set for a group. Consequently, users in the root group could write into these files, which represented a security risk. With this update, the write bit for a group has been removed for the affected files. As a result, no documentation file from `perl-devel` has a write permission set for a group.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1913693 1934121 (view as bug list) | Environment: | ||
Last Closed: | 2020-09-29 19:18:20 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: |
Description
Denis Volkov
2020-02-24 12:46:16 UTC
I confirm the file has 0664 permissions while it should have 0644 permission. There is no 7.10 version of RHEL. I'm correcting the version value of this bug report the latest released 7.7. If your customer has a different RHEL version or need the fix in any previous RHEL versions, let me know. This bug is caused by a 0002 umask on the build server. A simple fix is needed to the specification file: #copy the example script -cp -a %{SOURCE5} . +install -m 0644 %{SOURCE5} . Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (perl bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:3854 |