-
Notifications
You must be signed in to change notification settings - Fork 72
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
change the permissions for /var/lib/leapp directory from '755' to '700' #807
Conversation
Thank you for contributing to the Leapp project!Please note that every PR needs to comply with the Leapp Guidelines and must pass all tests in order to be mergable.
To launch regression testing public members of oamg organization can leave the following comment:
Please open ticket in case you experience technical problem with the CI. (RH internal only) Note: In case there are problems with tests not being triggered automatically on new PR/commit or pending for a long time, please consider rerunning the CI by commenting leapp-ci build (might require several comments). If the problem persists, contact leapp-infra. |
/rerun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Copr build succeeded: https://copr.fedorainfracloud.org/coprs/build/5165822 |
Testing Farm request for RHEL-7.9-rhui/5149673;5165822 regression testing has been created. |
Testing Farm request for RHEL-8.6-rhui/5149673;5165822 regression testing has been created. |
Testing Farm request for RHEL-8.6.0-Nightly/5149673;5165822 regression testing has been created. |
Testing Farm request for RHEL-8.7.0-Nightly/5149673;5165822 regression testing has been created. |
Testing Farm request for RHEL-7.9-ZStream/5149673;5165822 regression testing has been created. |
Testing Farm request for RHEL-7.9-ZStream/5149673;5165822 regression testing has been created. |
Okay, the single failing test is happening because of #808 . The patch is fine, the initram functionality and the test itself is fine too. |
/rerun |
Copr build succeeded: https://copr.fedorainfracloud.org/coprs/build/5204219 |
Testing Farm request for RHEL-8.6-rhui/5201672;5204219 regression testing has been created. |
Testing Farm request for RHEL-7.9-rhui/5201672;5204219 regression testing has been created. |
Testing Farm request for RHEL-8.6.0-Nightly/5201672;5204219 regression testing has been created. |
Testing Farm request for RHEL-8.7.0-Nightly/5201672;5204219 regression testing has been created. |
Testing Farm request for RHEL-7.9-ZStream/5201672;5204219 regression testing has been created. |
Testing Farm request for RHEL-7.9-ZStream/5201672;5204219 regression testing has been created. |
## Packaging - Change permissions for /var/lib/leapp to 0700 (oamg#807) ## Framework ### Fixes - Prevent unicode errors when printing error messages (oamg#806) - Make checks for missing answers more strict (oamg#797) ### Enhancements - Expose tracebacks from actors (oamg#802) ### Known issue - introduced new known issue in framework...
The nature of the content stored in the
/var/lib/leapp
directory requires stricter permissions.