File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 208208 " lremovexattr" ,
209209 " lseek" ,
210210 " lsetxattr" ,
211- " lsm_get_self_attr" ,
212- " lsm_list_modules" ,
213- " lsm_set_self_attrs" ,
214211 " lstat" ,
215212 " lstat64" ,
216213 " madvise" ,
614611 " fsopen" ,
615612 " fspick" ,
616613 " lookup_dcookie" ,
614+ " lsm_get_self_attr" ,
615+ " lsm_list_modules" ,
616+ " lsm_set_self_attr" ,
617617 " mount" ,
618618 " mount_setattr" ,
619619 " move_mount" ,
Original file line number Diff line number Diff line change @@ -200,9 +200,6 @@ func DefaultProfile() *Seccomp {
200200 "lremovexattr" ,
201201 "lseek" ,
202202 "lsetxattr" ,
203- "lsm_get_self_attr" , // kernel v6.8, libseccomp v2.6.0
204- "lsm_list_modules" , // kernel v6.8, libseccomp v2.6.0
205- "lsm_set_self_attrs" , // kernel v6.8, libseccomp v2.6.0
206203 "lstat" ,
207204 "lstat64" ,
208205 "madvise" ,
@@ -605,6 +602,9 @@ func DefaultProfile() *Seccomp {
605602 "fsopen" ,
606603 "fspick" ,
607604 "lookup_dcookie" ,
605+ "lsm_get_self_attr" , // kernel v6.8, libseccomp v2.6.0
606+ "lsm_list_modules" , // kernel v6.8, libseccomp v2.6.0
607+ "lsm_set_self_attr" , // kernel v6.8, libseccomp v2.6.0
608608 "mount" ,
609609 "mount_setattr" ,
610610 "move_mount" ,
You can’t perform that action at this time.
0 commit comments