Commit Graph

3 Commits

Author SHA1 Message Date
Zdenek Pytela d0c8cc2186 Change the selinuxuser_execstack boolean value to true
With the d5bb233ea2 ("Do not change selinuxuser_execmod and
selinuxuser_execstack") commit, the default "off" value of
selinuxuser_execmod and selinuxuser_execstack booleans stopped
being switched to "on" by the selinux-policy package build configuration
to keep their default "off" value.

It turned out subsequently the execstack permission is required by some
tools like virt-v2v or when packages like glibc or binutils are rebuilt.
It is also needed by many 3rd party software packages.
As a result, the value of selinuxuser_execstack needs to be changed
to "on" again.

Resolves: rhbz#2064274
2022-04-07 12:24:08 +02:00
Zdenek Pytela d5bb233ea2 Do not change selinuxuser_execmod and selinuxuser_execstack
The selinuxuser_execmod and selinuxuser_execstack booleans are off
by default in the selinux-policy repository, but custom build
configuration changed it to the "on" value.
Since this commit, the booleans will keep their default value.

Resolves: rhbz#2055822
2022-02-17 22:02:29 +01:00
Troy Dawson 7975d49f67 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/selinux-policy#fe20768333d6dfa8183364a04e3c4327c8185427
2020-10-15 09:28:03 -07:00