Skip to content

Commit 1e27ee3

Browse files
author
Steve Ramage
committed
fix: improve validation of seccomp requiring options (Resolves #329)
1 parent 3c03587 commit 1e27ee3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ buildSrc/.gradle
88
buildSrc/build
99
systemd-build/build
1010
.intellijPlatform
11+
.kotlin

systemd-build/systemd-build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ echo "Git Pull" && \
44
git reset --hard HEAD &&\
55
git pull && \
66
find . -type f -name meson.build -exec sed -i 's/install_emptydir(\(.*\), install_tag : .*)/install_emptydir(\1)/g' '{}' '+' && \
7+
echo "Patching config.h" && \
8+
sed -i -E "s/HAVE_SECCOMP 0/HAVE_SECCOMP 1/g" ./build/config.h && \
79
echo "Run jinja2" && \
810
python3 ./tools/meson-render-jinja2.py ./build/config.h ./src/core/load-fragment-gperf.gperf.in load-fragment-gperf.gperf && \
911
echo "Copy file(s)" && \

0 commit comments

Comments
 (0)