File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
64
64
"alarm" ,
65
65
"bind" ,
66
66
"brk" ,
67
+ "cachestat" , // kernel v6.5, libseccomp v2.5.5
67
68
"capget" ,
68
69
"capset" ,
69
70
"chdir" ,
@@ -109,6 +110,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
109
110
"fchdir" ,
110
111
"fchmod" ,
111
112
"fchmodat" ,
113
+ "fchmodat2" , // kernel v6.6, libseccomp v2.5.5
112
114
"fchown" ,
113
115
"fchown32" ,
114
116
"fchownat" ,
@@ -130,8 +132,11 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
130
132
"ftruncate" ,
131
133
"ftruncate64" ,
132
134
"futex" ,
135
+ "futex_requeue" , // kernel v6.7, libseccomp v2.5.5
133
136
"futex_time64" ,
137
+ "futex_wait" , // kernel v6.7, libseccomp v2.5.5
134
138
"futex_waitv" ,
139
+ "futex_wake" , // kernel v6.7, libseccomp v2.5.5
135
140
"futimesat" ,
136
141
"getcpu" ,
137
142
"getcwd" ,
@@ -214,6 +219,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
214
219
"mlock" ,
215
220
"mlock2" ,
216
221
"mlockall" ,
222
+ "map_shadow_stack" , // kernel v6.6, libseccomp v2.5.5
217
223
"mmap" ,
218
224
"mmap2" ,
219
225
"mprotect" ,
@@ -671,6 +677,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
671
677
"get_mempolicy" ,
672
678
"mbind" ,
673
679
"set_mempolicy" ,
680
+ "set_mempolicy_home_node" , // kernel v5.17, libseccomp v2.5.4
674
681
},
675
682
Action : specs .ActAllow ,
676
683
Args : []specs.LinuxSeccompArg {},
You can’t perform that action at this time.
0 commit comments