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

Dynamic Landlock ABI configuration wrt. runtime kernel #2263

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    2b42bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee79fe3 View commit details
    Browse the repository at this point in the history
  3. dynamically determine Landlock V of running kernel

    Prior implementation assumed landlock version from flag declarations in
    headers on compilation host, which do not necessarily match flags
    available at runtime, in particular on a different runtime target.
    
    To include a Landlock flag, now need both availability of flag on
    compilation host and runtime target.
    Lederstrumpf committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d2071b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2f248d View commit details
    Browse the repository at this point in the history
  5. remove debug logging

    Lederstrumpf committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6145b46 View commit details
    Browse the repository at this point in the history
  6. add brief doc

    Lederstrumpf committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fca5dfa View commit details
    Browse the repository at this point in the history