Skip to content

Commit

Permalink
adds the correct path (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrita42 committed Jul 27, 2023
1 parent ec8df8b commit 33cf01f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions xml/selinux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1026,14 +1026,12 @@ gen_context(system_u:object_r:httpd_modules_t,s0)</screen>
<screen>&prompt.sudo;<command>systemctl enable auditd</command></screen>

<para>
In
<xref linkend="ex-selnx-li-auditlog" xrefstyle="select:label quotedtitle nopage"/>
you can see a partial example of the contents of
<filename>/var/log/audit/audit.log</filename>
You can see a partial example of the contents of
<filename>/var/log/audit/audit.log</filename> below:
</para>

<example xml:id="ex-selnx-li-auditlog">
<title>Example lines from <filename>/etc/audit/audit.log</filename></title>
<title>Example lines from <filename>/var/log/audit/audit.log</filename></title>
<screen>type=DAEMON_START msg=audit(1348173810.874:6248): auditd start, ver=1.7.7 format=raw kernel=3.0.13-0.27-default auid=0 pid=4235 subj=system_u:system_r:auditd_t res=success
type=AVC msg=audit(1348173901.081:292): avc: denied { write } for pid=3426 comm="smartd" name="smartmontools" dev=sda6 ino=581743 scontext=system_u:system_r:fsdaemon_t tcontext=system_u:object_r:var_lib_t tclass=dir
type=AVC msg=audit(1348173901.081:293): avc: denied { remove_name } for pid=3426 comm="smartd" name="smartd.WDC_WD2500BEKT_75PVMT0-WD_WXC1A21E0454.ata.state~" dev=sda6 ino=582390 scontext=system_u:system_r:fsdaemon_t tcontext=system_u:object_r:var_lib_t tclass=dir
Expand Down

0 comments on commit 33cf01f

Please sign in to comment.