Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chkboot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# author: ju (ju at heisec dot de)
# contributors: inhies, prurigro
#
# license: GPLv2
# SPDX-License-Identifier: GPL-2.0-or-later
#
# a reminder that this will NOT protect against:
# -a trojan hiding in your BIOS
Expand Down
2 changes: 1 addition & 1 deletion chkboot-bootcheck
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# author: ju (ju at heisec dot de)
# contributors: inhies, prurigro
#
# license: GPLv2
# SPDX-License-Identifier: GPL-2.0-or-later

source /etc/default/chkboot.conf

Expand Down
2 changes: 1 addition & 1 deletion chkboot-check
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# author: ju (ju at heisec dot de)
# contributors: inhies, prurigro
#
# license: GPLv2
# SPDX-License-Identifier: GPL-2.0-or-later

source /etc/default/chkboot.conf

Expand Down
2 changes: 1 addition & 1 deletion mkinitcpio-hooks/chkboot-initcpio
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# author: ju (ju at heisec dot de)
# contributors: inhies, prurigro
#
# license: GPLv2
# SPDX-License-Identifier: GPL-2.0-or-later

build() {
echo "Updating chkboot hashes of your boot files..."
Expand Down
2 changes: 1 addition & 1 deletion notification/chkboot-desktopalert
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# small script to check if files under /boot changed
# Author: https://github.com/sercxanto
#
# License: GPLv2 or later
# SPDX-License-Identifier: GPL-2.0-or-later

source /etc/default/chkboot.conf

Expand Down
2 changes: 1 addition & 1 deletion notification/chkboot-profilealert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# author: ju (ju at heisec dot de)
# contributors: inhies, prurigro
#
# license: GPLv2
# SPDX-License-Identifier: GPL-2.0-or-later

source /etc/default/chkboot.conf

Expand Down