chkboot
chkboot copied to clipboard
chkboot is a tool to help detect changes to an unencrypted /boot partition.
### System: Dell Precision 5550 / BIOS 1.7.1 03/29/2021 Ubuntu 20.04 LTS chkboot 1.3-5 - dpkg ### Issue Description: I recently encountered console alerts[1]; Turns out I hadn't cleaned up...
According to LICENSE.md and commits preceding 3601ba0b68138bfb30295ee113b425f810494b14, files are licensed under the GPLv2 or later. This PR fixes license identifier from GPLv2 to GPL-2.0-or-later (using the SPDX standard identifier) as...
This PR installs `chkboot.conf` and `chkboot-bootcheck` to more appropriate path. - `chkboot.conf`: Removed the `.conf` suffix. Files under /etc/default follow the convention `progname`. - `chkboot-bootcheck`: Installed under `/usr/libexec/chkboot/` so that...
Please let me know of anything
Since the changes to the [linux package](https://www.archlinux.org/news/new-kernel-packages-and-mkinitcpio-hooks/), *chkboot* **alpm hooks** are **not run anymore** It is because linux package do not hold any file in `/boot`; instead kernel is installed...
May be that could be realted to issue #2, but it is a little different. Since _systemd-boot_ changes the `/boot/loader/random-seed` file on the **ESP** partition that you are encourage to...
It seems to be a bug of zenity supposedly fixed but it is still there:  But a work-around is to use `--no-wrap` So this patch use that to get...
Clear modification on /boot make by apt. The process is documented in `apt-hooks/README.md`.
Man pages for binaries accessible to users. Man pages are written in ReStructuredText and converted to man format using `rst2man`. This adds a new build dependency: `python-docutils`. Can be built...
- Include chkboot in the zenity alert title to indicate the message's origin - Add a warning icon - Add width to the second notification to fix narrow, hard to...