Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
rootfs: Add seccomp for debian+suse
Browse files Browse the repository at this point in the history
Add missing seccomp packages for Debian and openSuSE config files.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Nov 29, 2018
1 parent ea80040 commit c8950d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rootfs-builder/debian/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ INIT_PROCESS=systemd
# List of zero or more architectures to exclude from build,
# as reported by `uname -m`
ARCH_EXCLUDE_LIST=()

[ "$SECCOMP" = "yes" ] && PACKAGES+=" libseccomp2"
2 changes: 2 additions & 0 deletions rootfs-builder/suse/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ SUSE_FULLURL_UPDATE="${SUSE_URL_BASE}${SUSE_PATH_UPDATE}"
if [ -z "${REPO_URL:-}" ]; then
REPO_URL="$SUSE_FULLURL_OSS"
fi

[ "$SECCOMP" = "yes" ] && PACKAGES+=" libseccomp2"

0 comments on commit c8950d4

Please sign in to comment.