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

Test updater-script integration for CentOS 7 #3

Open
jhawkwind opened this issue Dec 23, 2018 · 1 comment
Open

Test updater-script integration for CentOS 7 #3

jhawkwind opened this issue Dec 23, 2018 · 1 comment
Assignees
Labels
help wanted Extra attention is needed testing Testing tasks or other QA inadequacies that needs to be addressed.
Milestone

Comments

@jhawkwind
Copy link
Owner

Thoroughly tested updater-script integration for CentOS 7

@jhawkwind jhawkwind added help wanted Extra attention is needed testing Testing tasks or other QA inadequacies that needs to be addressed. labels Dec 23, 2018
@jhawkwind jhawkwind added this to the v2.5.0.3 milestone Dec 23, 2018
@jhawkwind
Copy link
Owner Author

Updater script is broken, because the way it obtains the output is not context safe and will not separate from the logging output.

I believe it is because EGREP is not part of the factorio_t context and as such have no permission to write back to the unconfined_service_t context, and so the only output provided is the whole string. Also too much is being done inside the as_user process. The string parsing should be happening at the script itself and not as the execution.

@jhawkwind jhawkwind self-assigned this Dec 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed testing Testing tasks or other QA inadequacies that needs to be addressed.
Projects
None yet
Development

No branches or pull requests

1 participant