Skip to content

Commit

Permalink
Merge pull request #104 from vadorovsky/lsm-grub2
Browse files Browse the repository at this point in the history
lsm: Add one more possible command for reconfiguring GRUB
  • Loading branch information
vadorovsky authored Feb 16, 2023
2 parents 1486fe8 + b73d799 commit 54f1609
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/book/programs/lsm.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,16 @@ the kernel parameters:
GRUB_CMDLINE_LINUX="lsm=[YOUR CURRENTLY ENABLED LSMs],bpf"
```

Then rebuilding the grub configuration with any of the commands listed below (each of them might be available or not in different Linux distributions):
Then rebuilding the GRUB configuration with any of the commands listed below
(each of them might be available or not in different Linux distributions):

```console
# update-grub2
```
```console
# grub2-mkconfig -o /boot/grub2/grub.cfg
```
```console
# grub-mkconfig -o /boot/grub/grub.cfg
```

Expand Down

0 comments on commit 54f1609

Please sign in to comment.