Red Hat Bugzilla – Bug 1421075
allow rules exist which circumvent the deny_ptrace boolean
Last modified: 2018-04-10 08:26:56 EDT
Description of problem: All rules which allow the ptrace operation should be controlled via the deny_ptrace boolean. * https://fedoraproject.org/wiki/Features/SELinuxDenyPtrace Version-Release number of selected component (if applicable): selinux-policy-targeted-3.13.1-117.el7.noarch selinux-policy-3.13.1-117.el7.noarch How reproducible: * always Steps to Reproduce: # sesearch --allow -C -p ptrace | grep -v deny_ptrace | grep allow allow sysadm_t hwloc_dhwd_t : process { transition sigchld sigkill sigstop signull signal ptrace getattr } ; allow abrt_dump_oops_t domain : process { signull ptrace getattr } ; # Actual results: * the output of above-mentioned command contains 2 allow rules Expected results: * the output of above-mentioned command is empty
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-2018:0763