>>107684665
sudo dnf install selinux-policy-devel
sudo ausearch -c hl2_linux --raw | audit2allow -M hl2-execheap
cat > hl2-execheap.pp <<'EOF'
module hl2-execheap 1.0;
require {
type unconfined_t;
class process execheap;
}
#============= unconfined_t ==============
#!!!! This avc can be allowed using the boolean 'selinuxuser_execheap'
allow unconfined_t self:process execheap;
Comment too long. Click here to view the full text.