On Mon, Sep 22, 2025 at 02:57:56PM +0530, Sudhakar Kuppusamy wrote: > Introducing the following GRUB commands to manage the certificates. > > 1. append_list_db: > Show the list of trusted certificates from the db list > 2. append_add_db_cert: > Add the trusted certificate to the db list > 3. append_add_dbx_cert: > Add the distrusted certificate to the dbx list > 4. append_verify: > Verify the signed file using db list > > Note that if signature verification (check_appended_signature) is set to > enforce,
Could not we use "yes" instead of "enforce"? It would be more natural in this context. If yes then it should be updated in all patches including code dealing with the check_appended_signature and the documentation. And probably s/check_appended_signature/check_appended_signatures/ (signature in the plural). Daniel _______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
