如何阻止滥用Spigot PlugIns(服务器在Dockers中运行)

时间:2018-01-06 03:23:52

标签: linux ubuntu minecraft minecraft-forge

我想在Ubuntu上创建Dockers。 问题是用户可以使用以下代码运行插件:

public static void create() throws IOException {
    String path = "/";
    String fname="test.cpp";
    File fl=new File(path+fname);
    fl.createNewFile();
}

这将创建一个文件" test.cpp"在" /"根服务器的方向。 我怎么能用这样的插口,伪造服务器等阻止滥用?

0 个答案:

没有答案