Skip to content

Commit

Permalink
fix indentation of code block under notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kangie committed Dec 3, 2023
1 parent 4b5d59f commit 71b681c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ the daemon takes control?

NOTES
-----

* It's highly recommended to run in permissive mode while you are testing the
daemon's policy.

Expand All @@ -639,11 +640,11 @@ file content modifications can occur.
* If for some reason rpm database errors are detected, you may need to do
the following:

```
1. db_verify /var/lib/rpm/Packages
if OK, then
2. rm -f /var/lib/rpm/__db*
3. rpm --rebuilddb
```
```
1. db_verify /var/lib/rpm/Packages
if OK, then
2. rm -f /var/lib/rpm/__db*
3. rpm --rebuilddb
```

[1] - https://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git/commit/?id=66917a3130f218dcef9eeab4fd11a71cd00cd7c9

0 comments on commit 71b681c

Please sign in to comment.