]> git.ipfire.org Git - thirdparty/systemd.git/commit
analyze: Fix if not HAVE_SECCOMP
authorWilliam A. Kennington III <william@wkennington.com>
Tue, 4 Dec 2018 01:40:41 +0000 (17:40 -0800)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 4 Dec 2018 04:51:59 +0000 (13:51 +0900)
commit3a5d89fa82ef6f2ef98bb6744b507aec418999ff
tree0adbeb3742ece6ca2629ea32aa68aeb84ba89a37
parentb1c7e54ad7d46a80239353cbfc5351ec9bd69f57
analyze: Fix if not HAVE_SECCOMP

The new systemd analyze code dependend on routines provided by
libseccomp even if HAVE_SECCOMP is false. This expands the code disabled
in analyze-security to make sure we don't depend on seccomp.
src/analyze/analyze-security.c