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

feature: add Landlock support #6078

Merged
merged 6 commits into from
Dec 4, 2023
Merged

feature: add Landlock support #6078

merged 6 commits into from
Dec 4, 2023

Commits on Nov 6, 2023

  1. cleanup

    netblue30 authored and kmk3 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5456ec6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. feature: add Landlock support

    Based on 5315 by ChrysoliteAzalea.
    
    It is based on the same underlying structure, but with a lot of
    refactoring/simplification and with bugfixes and improvements.
    
    Co-authored-by: Kelvin M. Klann <kmk3.code@protonmail.com>
    Co-authored-by: Азалия Смарагдова <charming.flurry@yandex.ru>
    3 people committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    13b2c56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abc1edc View commit details
    Browse the repository at this point in the history
  3. landlock: apply rules in sandbox before app start

    Apply rules in the sandbox thread before the application is started.
    netblue30 authored and kmk3 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b94cc75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    520508d View commit details
    Browse the repository at this point in the history
  5. landlock: detect support at runtime

    And ignore landlock-related commands if Landlock is unsupported at
    runtime.
    kmk3 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d10bf15 View commit details
    Browse the repository at this point in the history