Skip to content

Commit

Permalink
Now have arm machines with working seccomp
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
  • Loading branch information
justincormack committed Jan 6, 2016
1 parent d14bd38 commit 8a0a6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/linux.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ test.bpf = {

-- TODO remove arch tests. Unclear if my ppc/arm does not support or a bug, retest later with newer kernel
-- still ppc issues with 3.12.6 ppc, need to debug more, and mips issues
if not (abi.arch == "ppc64le" or abi.arch == "ppc" or abi.arch == "arm" or abi.arch == "mips" or S.__rump) then -- cannot test on rump as uses clone()
if not (abi.arch == "ppc64le" or abi.arch == "ppc" or abi.arch == "mips" or S.__rump) then -- cannot test on rump as uses clone()
test.seccomp = {
test_no_new_privs = function() -- this must be done for non root to call type 2 seccomp
local p = assert(S.clone())
Expand Down

0 comments on commit 8a0a6ad

Please sign in to comment.