Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/seccomp_filter_flags.in; do not edit. */
      2 #if !(defined(SECCOMP_FILTER_FLAG_TSYNC) || (defined(HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC) && HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC))
      3 # define SECCOMP_FILTER_FLAG_TSYNC 1
      4 #endif
      5 #if !(defined(SECCOMP_FILTER_FLAG_LOG) || (defined(HAVE_DECL_SECCOMP_FILTER_FLAG_LOG) && HAVE_DECL_SECCOMP_FILTER_FLAG_LOG))
      6 # define SECCOMP_FILTER_FLAG_LOG 2
      7 #endif
      8 
      9 #ifdef IN_MPERS
     10 
     11 # error static const struct xlat seccomp_filter_flags in mpers mode
     12 
     13 #else
     14 
     15 static
     16 const struct xlat seccomp_filter_flags[] = {
     17  XLAT(SECCOMP_FILTER_FLAG_TSYNC),
     18  XLAT(SECCOMP_FILTER_FLAG_LOG),
     19  XLAT_END
     20 };
     21 
     22 #endif /* !IN_MPERS */
     23