blob: 339f3f6679a9a0f3229837a9cb273834c613cda7 [file]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/sys/appmgr/integration_tests/sandbox/namespace_test.h"
TEST_F(NamespaceTest, NoShell) {
// Some directories that only shell can access are not present
for (auto path : {"/boot/", "/system/", "/hub/", "/pkgfs/", "/config/ssl/"}) {
ExpectDoesNotExist(path);
}
}