#include "sandbox/linux/services/namespace_utils.h"
#include <errno.h>
#include <sched.h>
#include <sys/types.h>
#include <sys/wait.h>
#include "base/check.h"
#include "base/posix/eintr_wrapper.h"
#include "base/process/launch.h"
#include "sandbox/linux/services/credentials.h"
#include "sandbox/linux/tests/unit_tests.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace sandbox {
namespace {
SANDBOX_TEST(NamespaceUtils, KernelSupportsUnprivilegedNamespace) { … }
SANDBOX_TEST(NamespaceUtils, WriteToIdMapFile) { … }
}
}