Bug 1589043
| Summary: | chronyc doesn't work from the text console | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | saw-bgzlrhat <saw-bgzlrhat> | |
| Component: | selinux-policy-targeted | Assignee: | Lukas Vrabec <lvrabec> | |
| Status: | CLOSED ERRATA | QA Contact: | Ben Levenson <benl> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 28 | CC: | dwalsh | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1593267 (view as bug list) | Environment: | ||
| Last Closed: | 2018-09-11 16:54:45 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1593267 | |||
selinux-policy-3.14.1-42.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-2d1b09d217 selinux-policy-3.14.1-42.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-2d1b09d217 selinux-policy-3.14.1-42.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: chronyc does not work from the text console (output is redirected to /dev/null) Version-Release number of selected component (if applicable): selinux-policy-3.14.1-30.fc28.noarch chrony-3.3-1.fc28.x86_64 How reproducible: 100% Steps to Reproduce: 1. Log in from the text console (getty on some /dev/tty*) 2. Run chronyc --help Actual results: Nothing is shown Expected results: Usage message is printed Additional info: chronyc works is run on pty terminals but not tty. The reason chronyd policy uses userdom_use_user_ptys instead of userdom_use_inherited_user_terminals or something similar is very much unclear.