Bug 1494172

Summary: RHEL-7.5 should NOT contain any permissive domains
Product: Red Hat Enterprise Linux 7 Reporter: Lukas Vrabec <lvrabec>
Component: selinux-policyAssignee: Lukas Vrabec <lvrabec>
Status: CLOSED ERRATA QA Contact: Milos Malik <mmalik>
Severity: unspecified Docs Contact: Mirek Jahoda <mjahoda>
Priority: unspecified    
Version: 7.5CC: lvrabec, mgrepl, mjahoda, mmalik, plautrba, ssekidde, yoyang, zpytela
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: selinux-policy-3.13.1-174.el7 Doc Type: Enhancement
Doc Text:
_selinux-policy_ no longer contains permissive domains As a security hardening measure, the *SELinux* policy now does not set the following domains to permissive mode by default: * blkmapd_t * hsqldb_t * ipmievd_t * sanlk_resetd_t * systemd_hwdb_t * targetd_t The default mode for these domains is now set to enforcing.
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-10 12:43:43 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:

Description Lukas Vrabec 2017-09-21 15:05:03 UTC
$ cat permissivedomains.cil 
(roleattributeset cil_gen_require system_r)
(optional permissivedomains_optional_2
    (typeattributeset cil_gen_require blkmapd_t)
    (typepermissive blkmapd_t)
)
(optional permissivedomains_optional_3
    (typeattributeset cil_gen_require hsqldb_t)
    (typepermissive hsqldb_t)
)
(optional permissivedomains_optional_4
    (typeattributeset cil_gen_require ipmievd_t)
    (typepermissive ipmievd_t)
)
(optional permissivedomains_optional_5
    (typeattributeset cil_gen_require targetd_t)
    (typepermissive targetd_t)
)
(optional permissivedomains_optional_6
    (typeattributeset cil_gen_require systemd_hwdb_t)
    (typepermissive systemd_hwdb_t)
)
(optional permissivedomains_optional_7
    (typeattributeset cil_gen_require sanlk_resetd_t)
    (typepermissive sanlk_resetd_t)
)

Permissivedomain.cil file should be empty.

Comment 7 errata-xmlrpc 2018-04-10 12:43:43 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, 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