File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ func DefaultProfile() *Seccomp {
145
145
"fadvise64" ,
146
146
"fadvise64_64" ,
147
147
"fallocate" ,
148
+ "fanotify_init" ,
148
149
"fanotify_mark" ,
149
150
"fchdir" ,
150
151
"fchmod" ,
@@ -614,7 +615,6 @@ func DefaultProfile() *Seccomp {
614
615
{
615
616
Names : []string {
616
617
"bpf" ,
617
- "fanotify_init" ,
618
618
"lookup_dcookie" ,
619
619
"quotactl" ,
620
620
"quotactl_fd" ,
@@ -630,7 +630,6 @@ func DefaultProfile() *Seccomp {
630
630
},
631
631
{
632
632
Names : []string {
633
- "fanotify_init" ,
634
633
"lookup_dcookie" ,
635
634
"perf_event_open" ,
636
635
"quotactl" ,
Original file line number Diff line number Diff line change 152
152
" fadvise64" ,
153
153
" fadvise64_64" ,
154
154
" fallocate" ,
155
+ " fanotify_init" ,
155
156
" fanotify_mark" ,
156
157
" fchdir" ,
157
158
" fchmod" ,
691
692
{
692
693
"names" : [
693
694
" bpf" ,
694
- " fanotify_init" ,
695
695
" lookup_dcookie" ,
696
696
" quotactl" ,
697
697
" quotactl_fd" ,
711
711
},
712
712
{
713
713
"names" : [
714
- " fanotify_init" ,
715
714
" lookup_dcookie" ,
716
715
" perf_event_open" ,
717
716
" quotactl" ,
You can’t perform that action at this time.
0 commit comments