Set of open source libraries enabling integration of the SCAP line of standards
Go to file
Jan Černý 09534972e5 Prevent file permissions errors
The sysctl setting fs.protected_regular doesn't allow O_CREAT open
on regular files that we don't own in world writable sticky directories
(think /tmp). This causes permission denied error when writing HTML
report to a temporary files created by the mktemp command executed as
a normal user and then executing sudo oscap.

If OpenSCAP fails to open the file because of permissions, it will retry
to open the file without O_CREAT flag.

Resolves: rhbz#2048571
2022-02-07 09:16:56 +01:00
tests RHEL 9.0.0 Alpha bootstrap 2020-10-15 22:24:07 +02:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 22:24:07 +02:00
gating.yaml gating.yaml: update for RHEL9 2021-05-13 11:48:11 +02:00
openscap-1.3.7-PR-1841-coverity.patch Fix coverity & test 2022-02-02 08:50:21 +01:00
openscap-1.3.7-PR-1843-fix-test-ds-misc.patch Fix coverity & test 2022-02-02 08:50:21 +01:00
openscap-1.3.7-PR-1844-fix-test-ds-misc-2.patch Fix coverity & test 2022-02-02 08:50:21 +01:00
openscap-1.3.7-PR-1846-file-permissions.patch Prevent file permissions errors 2022-02-07 09:16:56 +01:00
openscap.spec Prevent file permissions errors 2022-02-07 09:16:56 +01:00
sources Rebase to the latest upstream version 2022-01-21 09:00:41 +01:00