Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionMiroslav Lichvar
2019-01-23 09:48:50 UTC
Description of problem:
When using pmc to query ptp4l over Unix domain socket, ptp4l doesn't seem to be able to respond. From audit.log:
type=AVC msg=audit(1548236408.865:2991): avc: denied { write } for pid=20086 comm="ptp4l" name="pmc.20708" dev="tmpfs" ino=314536 scontext=system_u:system_r:ptp4l_t:s0 tcontext=unconfined_u:object_r:var_run_t:s0 tclass=sock_file permissive=0
Version-Release number of selected component (if applicable):
kernel-core-4.18.0-60.el8.x86_64
selinux-policy-3.14.1-51.el8.noarch
linuxptp-2.0-2.el8.x86_64
How reproducible:
always
Steps to Reproduce:
1. start ptp4l service
2. run pmc -u -b 0 GET DOMAIN
Actual results:
No response
Expected results:
Response
Additional info:
This is similar to bug #1429853.
The /var/run/pmc.* sockets are opened and bound by pmc. pmc uses this socket to send a request to ptp4l listening on /var/run/ptp4l. ptp4l responds to the pmc's socket.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2019:3547
Description of problem: When using pmc to query ptp4l over Unix domain socket, ptp4l doesn't seem to be able to respond. From audit.log: type=AVC msg=audit(1548236408.865:2991): avc: denied { write } for pid=20086 comm="ptp4l" name="pmc.20708" dev="tmpfs" ino=314536 scontext=system_u:system_r:ptp4l_t:s0 tcontext=unconfined_u:object_r:var_run_t:s0 tclass=sock_file permissive=0 Version-Release number of selected component (if applicable): kernel-core-4.18.0-60.el8.x86_64 selinux-policy-3.14.1-51.el8.noarch linuxptp-2.0-2.el8.x86_64 How reproducible: always Steps to Reproduce: 1. start ptp4l service 2. run pmc -u -b 0 GET DOMAIN Actual results: No response Expected results: Response Additional info: This is similar to bug #1429853.