Browse Source

tpws: fix building on e2k

pull/2096/head
Alibek Omarov 3 months ago
parent
commit
003c540f24
  1. 4
      tpws/sec.h

4
tpws/sec.h

@ -97,6 +97,10 @@ bool dropcaps(void);
# define ARCH_NR AUDIT_ARCH_LOONGARCH64
#elif defined(__e2k__)
# define ARCH_NR AUDIT_ARCH_E2K
#else
# error "Platform does not support seccomp filter yet"

Loading…
Cancel
Save