1 /*
2 * Copyright (c) 2021 The strace developers.
3 * All rights reserved.
4 *
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 */
7
8 #include "tests.h"
9
10 #ifdef HAVE_MX32_SELINUX_RUNTIME
11
12 # define TEST_SECONTEXT
13 # include "chmod.c"
14
15 #else
16
17 SKIP_MAIN_UNDEFINED("HAVE_MX32_SELINUX_RUNTIME")
18
19 #endif