Skip to content

Commit

Permalink
remove capabilities definition from manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Cornelius Claussen <cc@pionix.de>
  • Loading branch information
corneliusclaussen committed Sep 18, 2023
1 parent 956d279 commit 41d3fbe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions schemas/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ properties:
description:
type: string
minLength: 2
capabilities:
description: linux capabilities this module should have (allowlist)
type: array
minItems: 0 # FIXME (aw): why minItems at all?
items:
type: string
minLength: 6 # FIXME (aw): why 6?
default: []
config:
description: >-
Config set for this module (and possibly default values) declared
Expand Down

0 comments on commit 41d3fbe

Please sign in to comment.