blob: fdb54fca2609a0a9c83d990c8fb3dc902554dc30 [file] [log] [blame]
Elliott Hughesdfc64182015-03-18 11:28:15 -07001/* Generated by ./xlat/gen.sh from ./xlat/seccomp_mode.in; do not edit. */
2
3static const struct xlat seccomp_mode[] = {
4#if !(defined(SECCOMP_MODE_DISABLED) || (defined(HAVE_DECL_SECCOMP_MODE_DISABLED) && HAVE_DECL_SECCOMP_MODE_DISABLED))
5# define SECCOMP_MODE_DISABLED 0
6#endif
7 XLAT(SECCOMP_MODE_DISABLED),
8#if !(defined(SECCOMP_MODE_STRICT) || (defined(HAVE_DECL_SECCOMP_MODE_STRICT) && HAVE_DECL_SECCOMP_MODE_STRICT))
9# define SECCOMP_MODE_STRICT 1
10#endif
11 XLAT(SECCOMP_MODE_STRICT),
12#if !(defined(SECCOMP_MODE_FILTER) || (defined(HAVE_DECL_SECCOMP_MODE_FILTER) && HAVE_DECL_SECCOMP_MODE_FILTER))
13# define SECCOMP_MODE_FILTER 2
14#endif
15 XLAT(SECCOMP_MODE_FILTER),
16 XLAT_END
17};