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

Limit the syscalls available to the lobby bots #18

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

Dunedan
Copy link
Collaborator

@Dunedan Dunedan commented Mar 6, 2024

This reduces the attack surface of the bots, as it limits the system calls they're allowed to use to the ones they actually need. Attackers gaining remote code execution will be limited to these system calls as well and can't exploit potential security vulnerabilities in other system calls to elevate privileges.

This reduces the attack surface of the bots, as it limits the
system calls they're allowed to use to the ones they actually
need. Attackers gaining remote code execution will be limited to
these system calls as well and can't exploit potential security
vulnerabilities in other system calls to elevate privileges.
@Dunedan Dunedan merged commit 7ee1bd1 into 0ad:master Mar 19, 2024
1 check passed
@Dunedan Dunedan deleted the add-syscall-filtering branch March 19, 2024 09:21
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.

1 participant