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

Conversation

boustrophedon
Copy link
Owner

  • Add makefile
  • Error when simple and conditional rules are added in a single RuleSet
  • Rename Rule to SeccompRule
  • Update clippy and fix warning

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 boustrophedon merged commit 8709822 into master Sep 1, 2023
7 of 8 checks passed
@boustrophedon boustrophedon deleted the cleanups branch October 19, 2023 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant