Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dontaudit rhsmcertd write memory device #1873

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

5umm3r15
Copy link
Contributor

Do not audit attempts to write to raw memory devices

lscpu uses O_RDONLY to read /dev/mem,
but on ppc64 it uses IBM's librtas.so that mmap /dev/mem using O_RDRW for open().

Resolves: RHEL-1547

Do not audit attempts to write to raw memory devices

lscpu uses  O_RDONLY to read /dev/mem,
but on ppc64 it uses IBM's librtas.so that mmap /dev/mem using O_RDRW for open().

Resolves: RHEL-1547
@zpytela
Copy link
Contributor

zpytela commented Sep 25, 2023

LGTM

@zpytela zpytela merged commit 76f54f9 into fedora-selinux:rawhide Sep 25, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants