Skip to content

Commit

Permalink
updated seccomp-default.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mfhepp committed Apr 16, 2024
1 parent e8a6ba9 commit a1b8a38
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion seccomp-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"alarm",
"bind",
"brk",
"cachestat",
"capget",
"capset",
"chdir",
Expand Down Expand Up @@ -109,6 +110,7 @@
"fchdir",
"fchmod",
"fchmodat",
"fchmodat2",
"fchown",
"fchown32",
"fchownat",
Expand All @@ -130,8 +132,11 @@
"ftruncate",
"ftruncate64",
"futex",
"futex_requeue",
"futex_time64",
"futex_wait",
"futex_waitv",
"futex_wake",
"futimesat",
"getcpu",
"getcwd",
Expand Down Expand Up @@ -203,6 +208,7 @@
"lstat",
"lstat64",
"madvise",
"map_shadow_stack",
"membarrier",
"memfd_create",
"memfd_secret",
Expand Down Expand Up @@ -780,7 +786,8 @@
"names": [
"get_mempolicy",
"mbind",
"set_mempolicy"
"set_mempolicy",
"set_mempolicy_home_node"
],
"action": "SCMP_ACT_ALLOW",
"includes": {
Expand Down

0 comments on commit a1b8a38

Please sign in to comment.