Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Program should run in a secure chroot #2

@ngsankha

Description

@ngsankha

Currently any program that is executed under Codejudge is running under the access privileges of the user. So it is possible to create a malicious program that can damage the user's data or the system. One way would be to create a chrooted environment in which the program is run so that it cannot access any outside files.

In such a case one needs to modify the classes ( yes, and not the Language interface) that implement each particular language.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions