]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
Add support for GPG signature enforcement on booted
[petitboot] / lib / types / types.h
index 5c5f6ed80110e8e341bc2f3380add6b63f2affa8..6b607cdeecccfd622a5ee3cf0c33a41b52cbe2b4 100644 (file)
@@ -52,6 +52,7 @@ struct boot_option {
        char            *initrd_file;
        char            *dtb_file;
        char            *boot_args;
        char            *initrd_file;
        char            *dtb_file;
        char            *boot_args;
+       char            *args_sig_file;
        bool            is_default;
 
        struct list_item        list;
        bool            is_default;
 
        struct list_item        list;
@@ -65,6 +66,7 @@ struct boot_command {
        char *initrd_file;
        char *dtb_file;
        char *boot_args;
        char *initrd_file;
        char *dtb_file;
        char *boot_args;
+       char *args_sig_file;
        char *tty;
 };
 
        char *tty;
 };