Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(caps): multiple fixes #2435

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    c5a122c View commit details
    Browse the repository at this point in the history
  2. fix(caps): add missing dependency from base module

    The caps.sh script calls `getarg`, which is in `dracut-lib.sh`.
    aafeijoo-suse committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ba3ee02 View commit details
    Browse the repository at this point in the history
  3. fix(caps): replace kexec_disabled with kexec_load_disabled

    The original patch [1] with `kexec_disabled` was not merged, but it was
    patch [2] with `kexec_load_disabled`. Also, the kernel admin guide [3] only
    mentions the latter.
    
    [1] https://lore.kernel.org/lkml/[email protected]/
    [2] https://lore.kernel.org/lkml/[email protected]/
    [3] https://github.com/torvalds/linux/blob/fdf0eaf11452d72945af31804e2a1048ee1b574c/Documentation/admin-guide/sysctl/kernel.rst?plain=1#L453-L465
    aafeijoo-suse committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d1623cc View commit details
    Browse the repository at this point in the history