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

fix: Move policy.json back to /usr/etc temporarily while issues are worked out #311

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

KyleGospo
Copy link
Member

Without this, this package conflicts with containers-common

We should likely repackage that with our changes and have this package provide it to fix this properly.

p5
p5 previously approved these changes Aug 8, 2024
@cgwalters
Copy link

xref containers/bootc#942 (comment)

More generally a few things here. One core problem is that policy.json would really be nicer as a .d file with drop-ins, and that would have simplified a lot here.

Or even just having a /usr and /etc split and moving the defaults into /usr; an issue exists for that in containers/image#2157

Anyways, my short term recommendation here is just don't ship this config as an RPM; instead use the "artifact pattern" for it and copy it over or so, right?

@fiftydinar
Copy link
Contributor

fiftydinar commented Dec 7, 2024

Anyways, my short term recommendation here is just don't ship this config as an RPM; instead use the "artifact pattern" for it and copy it over or so, right?

I confirm that just cp-ing policy.json to its location works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants