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

Add support for Landlock #3929

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

Add support for Landlock #3929

wants to merge 2 commits into from

Commits on Oct 10, 2023

  1. kernel: Enable Landlock

    Set CONFIG_SECURITY_LANDLOCK=y and enable Landlock by default at boot
    time with CONFIG_LSM.
    
    See https://docs.kernel.org/userspace-api/landlock.html#kernel-support
    
    Closes linuxkit#3928
    
    Signed-off-by: Mickaël Salaün <mic@digikod.net>
    l0kod committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2211ba3 View commit details
    Browse the repository at this point in the history
  2. projects/landlock: Remove old patches

    Now that Landlock is in mainline and enabled with the previous commit,
    we can remove these old patches.
    
    Signed-off-by: Mickaël Salaün <mic@digikod.net>
    l0kod committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fbbb237 View commit details
    Browse the repository at this point in the history