Bug 1184126 - RFE: support setting ACLs on packaged directories
Summary: RFE: support setting ACLs on packaged directories
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: rpm
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1048424
TreeView+ depends on / blocked
 
Reported: 2015-01-20 15:42 UTC by Zbigniew Jędrzejewski-Szmek
Modified: 2019-12-02 13:12 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-12-02 13:12:46 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github rpm-software-management rpm issues 961 0 'None' 'open' 'RFE: support file/directory ACL''s in packaging' 2019-12-02 13:12:46 UTC

Description Zbigniew Jędrzejewski-Szmek 2015-01-20 15:42:11 UTC
Description of problem:
systemd sets ACLs on /var/log/journal to allow members of the wheel and adm groups to read log files, owned by systed-journal user. 'rpm --verify systemd' complains:

$ rpm -V systemd
.M.......    /var/log/journal

I'd like to tell rpm that this ACL should be there.

Version-Release number of selected component (if applicable):
rpm-4.12.0.1-5.fc22.x86_64
systemd-218-5.fc22.x86_64

Additional info:
$ getfacl  -p /var/log/journal/
# file: /var/log/journal/
# owner: root
# group: systemd-journal
# flags: -s-
user::rwx
group::r-x
group:adm:r-x
group:wheel:r-x
mask::r-x
other::r-x
default:user::rwx
default:group::r-x
default:group:adm:r-x
default:group:wheel:r-x
default:mask::r-x
default:other::r-x

Comment 1 Fedora End Of Life 2015-11-04 13:18:55 UTC
This message is a reminder that Fedora 21 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 21. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '21'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 21 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 2 Panu Matilainen 2019-12-02 13:12:46 UTC
RFE moved upstream where it really belongs: https://github.com/rpm-software-management/rpm/issues/961


Note You need to log in before you can comment on or make changes to this bug.