diff --git a/sandboxed_api/sandbox2/namespace.h b/sandboxed_api/sandbox2/namespace.h index bded25c..0e38ab5 100644 --- a/sandboxed_api/sandbox2/namespace.h +++ b/sandboxed_api/sandbox2/namespace.h @@ -38,10 +38,6 @@ class Namespace final { bool allow_mount_propagation); static void InitializeInitialNamespaces(uid_t uid, gid_t gid); - Namespace() = delete; - Namespace(const Namespace&) = delete; - Namespace& operator=(const Namespace&) = delete; - Namespace(bool allow_unrestricted_networking, Mounts mounts, std::string hostname, bool allow_mount_propagation);