Skip to content

Commit

Permalink
add mknod priv
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-lombardi committed Jan 2, 2025
1 parent 3e02701 commit 4f72eef
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pkg/worker/base_runc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"CAP_SETGID",
"CAP_SETUID",
"CAP_SETFCAP",
"CAP_SYS_CHROOT"
"CAP_SYS_CHROOT",
"CAP_MKNOD"
],
"effective": [
"CAP_AUDIT_WRITE",
Expand All @@ -44,7 +45,8 @@
"CAP_SETGID",
"CAP_SETUID",
"CAP_SETFCAP",
"CAP_SYS_CHROOT"
"CAP_SYS_CHROOT",
"CAP_MKNOD"
],
"permitted": [
"CAP_AUDIT_WRITE",
Expand All @@ -57,7 +59,8 @@
"CAP_SETGID",
"CAP_SETUID",
"CAP_SETFCAP",
"CAP_SYS_CHROOT"
"CAP_SYS_CHROOT",
"CAP_MKNOD"
],
"ambient": [
"CAP_AUDIT_WRITE",
Expand All @@ -70,7 +73,8 @@
"CAP_SETGID",
"CAP_SETUID",
"CAP_SETFCAP",
"CAP_SYS_CHROOT"
"CAP_SYS_CHROOT",
"CAP_MKNOD"
]
},
"rlimits": [],
Expand Down

0 comments on commit 4f72eef

Please sign in to comment.