Changeset c41cafb for postlfs/security


Ignore:
Timestamp:
07/31/2023 01:44:37 PM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
0add366
Parents:
e7cd19a
git-author:
Xi Ruoyao <xry111@…> (07/31/2023 12:03:47 PM)
git-committer:
Xi Ruoyao <xry111@…> (07/31/2023 01:44:37 PM)
Message:

kernel-config: Add color for hotkey

Align with recent LFS change. Regenerate all kernel.xml files.

Location:
postlfs/security
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cryptsetup-kernel.xml

    re7cd19a rc41cafb  
    44<!-- Automatically generated by kernel-config.py
    55     DO NOT EDIT! -->
    6 <screen><literal>Device Drivers ---&gt;
    7   [*] Multiple devices driver support (RAID and LVM) ---&gt;                   [MD]
    8     &lt;*/M&gt; Device mapper support                                     [BLK_DEV_DM]
    9     &lt;*/M&gt;   Crypt target support                                      [DM_CRYPT]
    10 -*- Cryptographic API ---&gt;                                              [CRYPTO]
    11   Block ciphers ---&gt;
    12     &lt;*/M&gt; AES (Advanced Encryption Standard)                        [CRYPTO_AES]
     6<screen><emphasis role='blue'>D</emphasis>evice Drivers ---&gt;
     7  [*] M<emphasis role='blue'>u</emphasis>ltiple devices driver support (RAID and LVM) ---&gt;                   [MD]
     8    &lt;*/M&gt; <emphasis role='blue'>D</emphasis>evice mapper support                                     [BLK_DEV_DM]
     9    &lt;*/M&gt;   <emphasis role='blue'>C</emphasis>rypt target support                                      [DM_CRYPT]
     10-*- <emphasis role='blue'>C</emphasis>ryptographic API ---&gt;                                              [CRYPTO]
     11  <emphasis role='blue'>B</emphasis>lock ciphers ---&gt;
     12    &lt;*/M&gt; <emphasis role='blue'>A</emphasis>ES (Advanced Encryption Standard)                        [CRYPTO_AES]
    1313    # For tests:
    14     &lt;*/M&gt; Twofish                                               [CRYPTO_TWOFISH]
    15   Length-preserving ciphers and modes ---&gt;
    16     &lt;*/M&gt; XTS (XOR Encrypt XOR with ciphertext stealing)            [CRYPTO_XTS]
    17   Hashes, digests, and MACs ---&gt;
    18     &lt;*/M&gt; SHA-224 and SHA-256                                    [CRYPTO_SHA256]
    19   Userspace interface ---&gt;
    20     &lt;*/M&gt; Symmetric key cipher algorithms             [CRYPTO_USER_API_SKCIPHER]</literal></screen>
     14    &lt;*/M&gt; <emphasis role='blue'>T</emphasis>wofish                                               [CRYPTO_TWOFISH]
     15  <emphasis role='blue'>L</emphasis>ength-preserving ciphers and modes ---&gt;
     16    &lt;*/M&gt; <emphasis role='blue'>X</emphasis>TS (XOR Encrypt XOR with ciphertext stealing)            [CRYPTO_XTS]
     17  H<emphasis role='blue'>a</emphasis>shes, digests, and MACs ---&gt;
     18    &lt;*/M&gt; <emphasis role='blue'>S</emphasis>HA-224 and SHA-256                                    [CRYPTO_SHA256]
     19  <emphasis role='blue'>U</emphasis>serspace interface ---&gt;
     20    &lt;*/M&gt; <emphasis role='blue'>S</emphasis>ymmetric key cipher algorithms             [CRYPTO_USER_API_SKCIPHER]</screen>
  • postlfs/security/iptables-kernel.xml

    re7cd19a rc41cafb  
    44<!-- Automatically generated by kernel-config.py
    55     DO NOT EDIT! -->
    6 <screen><literal>[*] Networking support ---&gt;                                                [NET]
    7   Networking options ---&gt;
    8     [*] Network packet filtering framework (Netfilter) ---&gt;          [NETFILTER]
    9       [*] Advanced netfilter configuration                  [NETFILTER_ADVANCED]
    10       Core Netfilter Configuration ---&gt;
    11         &lt;*/M&gt; Netfilter connection tracking support               [NF_CONNTRACK]
    12         &lt;*/M&gt; Netfilter Xtables support (required for ip_tables)
     6<screen>[*] N<emphasis role='blue'>e</emphasis>tworking support ---&gt;                                                [NET]
     7  N<emphasis role='blue'>e</emphasis>tworking options ---&gt;
     8    [*] N<emphasis role='blue'>e</emphasis>twork packet filtering framework (Netfilter) ---&gt;          [NETFILTER]
     9      [*] <emphasis role='blue'>A</emphasis>dvanced netfilter configuration                  [NETFILTER_ADVANCED]
     10      <emphasis role='blue'>C</emphasis>ore Netfilter Configuration ---&gt;
     11        &lt;*/M&gt; N<emphasis role='blue'>e</emphasis>tfilter connection tracking support               [NF_CONNTRACK]
     12        &lt;*/M&gt; N<emphasis role='blue'>e</emphasis>tfilter Xtables support (required for ip_tables)
    1313                                                        ...  [NETFILTER_XTABLES]
    14         &lt;*/M&gt;   LOG target support                     [NETFILTER_XT_TARGET_LOG]
    15       IP: Netfilter Configuration ---&gt;
    16         &lt;*/M&gt; IP tables support (required for filtering/masq/NAT)
    17                                                            ...  [IP_NF_IPTABLES]</literal></screen>
     14        &lt;*/M&gt;   <emphasis role='blue'>L</emphasis>OG target support                     [NETFILTER_XT_TARGET_LOG]
     15      <emphasis role='blue'>I</emphasis>P: Netfilter Configuration ---&gt;
     16        &lt;*/M&gt; <emphasis role='blue'>I</emphasis>P tables support (required for filtering/masq/NAT)
     17                                                           ...  [IP_NF_IPTABLES]</screen>
Note: See TracChangeset for help on using the changeset viewer.