Skip to content

Commit

Permalink
Add-on support for BPF and PREFMON privileges (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed May 21, 2023
1 parent e11e2b2 commit 6ef2a3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,12 @@
"privileged": {
"items": {
"enum": [
"BPF",
"DAC_READ_SEARCH",
"IPC_LOCK",
"NET_ADMIN",
"NET_RAW",
"PREFMON",
"SYS_ADMIN",
"SYS_MODULE",
"SYS_NICE",
Expand Down

0 comments on commit 6ef2a3e

Please sign in to comment.