-
Notifications
You must be signed in to change notification settings - Fork 92
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: allow listing protected packages under /usr #1107
Comments
The
|
Yeah, this would work. We'd need to update various packages to install a file with two lines instead of just one, but that's a very simple change to make. But we'd get the file move and easier overrides essentially for free. |
I discovered an interesting thing. Protected packages setting is taken always from root system. Somehow I consider it as a not correct behavior, but I understand that it would be difficult to modify the behavior or change the workflow. |
It will allow to use configuration overrides from /usr for protected packages. Resolves: rpm-software-management#1107
It will allow to use configuration overrides from /usr for protected packages. Resolves: rpm-software-management#1107
I have a good news. The patch (#1110) is ready for testing. |
It will allow to use configuration overrides from /usr for protected packages. Resolves: #1107
uapi-group/specifications#76 Actually, add a new file under /usr, but keep the old file in /etc because it's still needed for dnf. The new file in the new location is useful because it means that we get the correct behaviour even when /etc is emptied (on systems with new dnf version). dnf5 reads the new location: rpm-software-management/dnf5#1107 rpm-software-management/dnf5#1110
Support for config under /usr was added in a bunch of places (#813, #820, #882), but
config_main.cpp
has:The text was updated successfully, but these errors were encountered: