Commit 29bff30
committed
[utilities] Treat audit logs as text files, not binary
Audit logs contain 0x1d separator as a valid character, what makes magic
library to treat the files as binary.
Exclude audit logs from marking them as binary.
Relevant: #4266
Closes: #4276
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>1 parent 3432917 commit 29bff30
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
174 | 177 | | |
175 | 178 | | |
176 | | - | |
| 179 | + | |
| 180 | + | |
177 | 181 | | |
178 | 182 | | |
179 | 183 | | |
| |||
0 commit comments