mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 14:56:35 +00:00
Update modules/ROOT/pages/_partials/proc_changing-to-enforcing-mode.adoc
Added sealert commands to search audit log, in place of /var/log/messages which may not be available on a default fedora installation.
This commit is contained in:
parent
464744d297
commit
7771e2155d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ $ *sudo ausearch -m AVC,USER_AVC,SELINUX_ERR,USER_SELINUX_ERR -ts recent*
|
||||||
Alternatively, with the [package]`setroubleshoot-server` package installed:
|
Alternatively, with the [package]`setroubleshoot-server` package installed:
|
||||||
[subs="quotes"]
|
[subs="quotes"]
|
||||||
----
|
----
|
||||||
$ *sudo grep "SELinux is preventing" /var/log/messages*
|
$ *sudo sealert -a /var/log/audit/audit.log*
|
||||||
----
|
----
|
||||||
If SELinux denies some actions, see the link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/using_selinux/troubleshooting-problems-related-to-selinux_using-selinux[Troubleshooting problems related to SELinux] chapter in the link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/using_selinux/index[RHEL 8 Using SELinux] document for information about troubleshooting.
|
If SELinux denies some actions, see the link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/using_selinux/troubleshooting-problems-related-to-selinux_using-selinux[Troubleshooting problems related to SELinux] chapter in the link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/using_selinux/index[RHEL 8 Using SELinux] document for information about troubleshooting.
|
||||||
====
|
====
|
||||||
|
|
Loading…
Reference in a new issue