Skip to content

Commit

Permalink
runtime: require C11 (for bool)
Browse files Browse the repository at this point in the history
  • Loading branch information
fw-immunant committed Sep 1, 2023
1 parent d4dcc2a commit 669c105
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ add_executable(landlock
strv.c
forbid_paths.c
)

set_target_properties(
read-pkru track-memory-map seccomp-filter landlock
PROPERTIES
C_STANDARD 11
C_STANDARD_REQUIRED ON
)

0 comments on commit 669c105

Please sign in to comment.