sandbox-linux: call seccomp_release, remove unnecessary iteration

Αυτή η υποβολή περιλαμβάνεται σε:
2019-08-21 20:14:44 +02:00
γονέας 1e150144e6
υποβολή 2d0bd713e5
2 αρχεία άλλαξαν με 8 προσθήκες και 9 διαγραφές

@@ -15,6 +15,6 @@ class SandboxLinux : public Sandbox
private:
bool isolateNamespaces(std::vector<std::string> fsPaths);
bool seccomp_blacklist(std::initializer_list<int> syscalls);
bool bindMountPaths(std::string target_root, std::initializer_list<std::string> paths);
bool bindMountPaths(std::string target_root, const std::vector<std::string> &paths);
};
#endif