Skip to content

Commit

Permalink
Add regex pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasberlin committed Jul 28, 2023
1 parent ce9dbe7 commit 02188a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schemas/process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
level: extended
type: keyword
short: Array of capabilities a thread could assume.
pattern: ^(CAP_[A-Z_]+|\d+)$
description: >
This is a limiting superset for the effective capabilities that the
thread may assume.
Expand All @@ -217,6 +218,7 @@
level: extended
type: keyword
short: Array of capabilities used for permission checks.
pattern: ^(CAP_[A-Z_]+|\d+)$
description: >
This is the set of capabilities used by the kernel to perform permission
checks for the thread.
Expand Down

0 comments on commit 02188a6

Please sign in to comment.