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

Cleanups #18

Merged
merged 4 commits into from
Sep 1, 2023
Merged

Cleanups #18

merged 4 commits into from
Sep 1, 2023

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    436999a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Rename Rule to SeccompRule in preparation for landlock rules

    - Update documentation as well
    boustrophedon committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    dda150d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    fb8df31 View commit details
    Browse the repository at this point in the history
  2. Error when simple and conditional rules conflict in RuleSet

    When a RuleSet provides both a simple and conditional rule for a single
    syscall, in the past extrasafe would ignore the simple rule and only use
    the conditional rule.
    
    Now extrasafe will raise the same error as when two different RuleSets
    provided both simple and conditional rules.
    
    This fixes GitHub issue #6
    boustrophedon committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0ce156f View commit details
    Browse the repository at this point in the history