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

Detect security violations (network access, probably other destructive actions) #125

Open
sleirsgoevy opened this issue Dec 3, 2019 · 0 comments
Labels
C-minion Sandboxing P-low low priority T-enhancement New feature or request

Comments

@sleirsgoevy
Copy link
Collaborator

It is possible to detect certain malicious actions that may be performed by a submission. E.g. network access can be detected by setting up a fake network device (tun) and treat any packed being transmitted as a security exception; attempts to overwrite system files could be detected by implementing a fuse-based BigBrotherFS and trapping on write requests; etc.

@MikailBag MikailBag added the P-low low priority label Dec 3, 2019
@MikailBag MikailBag added C-minion Sandboxing T-enhancement New feature or request labels Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-minion Sandboxing P-low low priority T-enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants