Skip to content

Commit 4a1c259

Browse files
SJrXSteve Ramage
andauthored
fix: improve validation of seccomp requiring options (Resolves #329) (#330)
Co-authored-by: Steve Ramage <[email protected]>
1 parent 15905ca commit 4a1c259

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ out/
66
*.iml
77
buildSrc/.gradle
88
buildSrc/build
9-
systemd-build/build
9+
systemd-build/build
10+
.intellijPlatform
11+
.kotlin

systemd-build/systemd-build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
echo "Git Pull" && \
55
git pull && \
6+
echo "Patching config.h" && \
7+
sed -i -E "s/HAVE_SECCOMP 0/HAVE_SECCOMP 1/g" ./build/config.h && \
68
echo "Run jinja2" && \
79
python3 ./tools/meson-render-jinja2.py ./build/config.h ./src/core/load-fragment-gperf.gperf.in load-fragment-gperf.gperf && \
810
echo "Copy file(s)" && \

0 commit comments

Comments
 (0)