Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2038991

Summary: [RHEL 7 DTS] RFE: backport of --secontext=mismatch functionality
Product: Red Hat Developer Toolset Reporter: Eugene Syromiatnikov <esyr>
Component: straceAssignee: Eugene Syromiatnikov <esyr>
Status: CLOSED ERRATA QA Contact: Lenka Špačková <lkuprova>
Severity: medium Docs Contact:
Priority: medium    
Version: DTS 11.0 RHEL 7CC: bmikulov, dj, emachado, jvaldez, mcermak, mnewsome, ohudlick, qe-baseos-tools-bugs, rmetrich
Target Milestone: alphaKeywords: FutureFeature, Triaged
Target Release: 9.1Flags: pm-rhel: mirror+
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: devtoolset-11-strace-5.13-3.2.el7 Doc Type: Enhancement
Doc Text:
.The `strace` utility can now display mismatches between the actual SELinux contexts and the definitions extracted from the SELinux context database An existing `--secontext` option of `strace` has been extended with the `mismatch` parameter. This parameter enables to print the expected context along with the actual one upon mismatch only. The output is separated by double exclamation marks (`!!`), first the actual context, then the expected one. In the examples below, the `full,mismatch` parameters print the expected full context along with the actual one because the user part of the contexts mismatches. However, when using a solitary `mismatch`, it only checks the type part of the context. The expected context is not printed because the type part of the contexts matches. ---- [...] $ strace --secontext=full,mismatch -e statx stat /home/user/file statx(AT_FDCWD, "/home/user/file" [system_u:object_r:user_home_t:s0!!unconfined_u:object_r:user_home_t:s0], ... $ strace --secontext=mismatch -e statx stat /home/user/file statx(AT_FDCWD, "/home/user/file" [user_home_t:s0], ... ---- SELinux context mismatches often cause access control issues associated with SELinux. The mismatches printed in the system call traces can significantly expedite the checks of SELinux context correctness. The system call traces can also explain specific kernel behavior with respect to access control checks.
Story Points: ---
Clone Of: 2038810 Environment:
Last Closed: 2022-05-24 16:11:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Eugene Syromiatnikov 2022-01-10 17:26:58 UTC
+++ This bug was initially created as a clone of Bug #2038810 +++

Description of problem:

Please backport "--secontext=mismatch" functionality to system's strace on RHEL8:
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
commit ca1aa96f2b00a0dda41506c8eb15bed265066e3a
Author: Renaud Métrich <rmetrich>
Date:   Tue Oct 5 08:36:22 2021 +0200
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------

Having this in system's strace will greatly enhance troubleshooting of SELinux issues, through not requiring to verify the contexts against expected ones.


Version-Release number of selected component (if applicable):

strace-5.7-3


How reproducible:

N/A

Comment 10 errata-xmlrpc 2022-05-24 16:11:31 UTC
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 (devtoolset-11-strace bug fix and enhancement update), 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/RHEA-2022:4635