Report for grub

This commit is contained in:
2023-09-12 19:23:22 +02:00
parent 9843ca26b9
commit 1f49ab84e6
4 changed files with 14 additions and 13 deletions
+1
View File
@@ -5,4 +5,5 @@ def grub() -> dict:
grub['description'] = 'Change boot permission'
grub['filename'] = '/boot/grub/grub.cfg'
grub['value'] = 0o600
grub['resolve'] = 'chmod 600 /boot/grub/grub.cfg'
return grub