]> git.proxmox.com Git - swtpm.git/commit
tests: Skip seccomp check if env. sets up seccomp profile
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Thu, 8 Aug 2019 10:47:24 +0000 (06:47 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Thu, 8 Aug 2019 13:36:04 +0000 (09:36 -0400)
commit1ce7293d3cde4a25e1dc0cd61702ecef2e14210c
tree59612d733853bc94f804451ea92833316b43aa6f
parentab1b346ef09158b045aec859a8b8479db92bf482
tests: Skip seccomp check if env. sets up seccomp profile

If the test environment is running in a seccomp profile do not check
that the seccomp profile of the swtpm process runs with the action
provided in --seccomp action=... since the environment may override
this.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
tests/common