forked from landlock-lsm/landlockconfig
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check formatting for all JSON files including the schema. Improve check.sh with error details. Fix big integer parsing in JQ by upgrading to Ubuntu 24.04: diff -u ./schema/landlockconfig.json <(jq < ./schema/landlockconfig.json) --- ./schema/landlockconfig.json +++ /dev/fd/63 @@ -11,7 +11,7 @@ "uint64": { "type": "integer", "minimum": 0, - "maximum": 18446744073709551615 + "maximum": 18446744073709552000 }, "file": { "anyOf": [ See jqlang/jq#1752 Signed-off-by: Mickaël Salaün <mic@digikod.net>
- Loading branch information
Showing
2 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters