Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: support file/directory ACL's in packaging #961

Open
pmatilai opened this issue Dec 2, 2019 · 0 comments
Open

RFE: support file/directory ACL's in packaging #961

pmatilai opened this issue Dec 2, 2019 · 0 comments
Labels

Comments

@pmatilai
Copy link
Member

pmatilai commented Dec 2, 2019

Originally reported at https://bugzilla.redhat.com/show_bug.cgi?id=1184126, just copying here to move it upstream where it belongs:


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

One of these days we should add support for packaging ACLs.

@pmatilai pmatilai added the RFE label Dec 2, 2019
@ffesti ffesti added this to Needs triage in Ticket Review (Outdated) Mar 3, 2020
@ffesti ffesti moved this from Needs triage to Yes in Ticket Review (Outdated) Mar 30, 2020
@ffesti ffesti removed this from Yes in Ticket Review (Outdated) Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant