X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fsandbox%2Flinux%2Fseccomp-bpf-helpers%2Fsyscall_sets.h;h=dc92681f09cfa6ae87f7b5b79f4210048e0e9fd6;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=d2cf1a178017c4112c6ef6332a700eca1047d03e;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/sandbox/linux/seccomp-bpf-helpers/syscall_sets.h b/src/sandbox/linux/seccomp-bpf-helpers/syscall_sets.h index d2cf1a1..dc92681 100644 --- a/src/sandbox/linux/seccomp-bpf-helpers/syscall_sets.h +++ b/src/sandbox/linux/seccomp-bpf-helpers/syscall_sets.h @@ -7,6 +7,7 @@ #include "base/basictypes.h" #include "build/build_config.h" +#include "sandbox/linux/sandbox_export.h" // These are helpers to build seccomp-bpf policies, i.e. policies for a // sandbox that reduces the Linux kernel's attack surface. Given their @@ -15,7 +16,7 @@ namespace sandbox { -class SyscallSets { +class SANDBOX_EXPORT SyscallSets { public: static bool IsKill(int sysno); static bool IsAllowedGettime(int sysno);