You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to run maven builds with a user who has no network access.
Access is disabled with iptables suppressing all network access with iptables -A OUTPUT -p all -m owner --uid-owner 1002 -J DROP.
Purpose is to build untrusted code (actually student code, but we want to make any fraud as difficult as possible, so disable network during build to disable access to trojans and such)
Maybe open just the mvnd ports will do.
The text was updated successfully, but these errors were encountered:
I would like to run maven builds with a user who has no network access.
Maybe open just the mvnd ports will do.
The text was updated successfully, but these errors were encountered: