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

Switch to a seccomp whitelist #2

Merged
merged 2 commits into from
Mar 27, 2020
Merged

Conversation

madaidan
Copy link

All syscalls, ioctls and socket families have to be whitelisted now instead of blacklisted. This is far more restrictive than the previous blacklist.

I also had to rework the W^X restrictions as the syscall args have to be whitelisted too. We need to test these as I don't think it works properly (firefox and thunderbird work fine which shouldn't be the case).

@adrelanos adrelanos merged commit 9d73cc2 into Kicksecure:master Mar 27, 2020
@madaidan madaidan deleted the whitelist branch April 6, 2020 16:31
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.

2 participants