seccomp: add faccessat2 syscall.
				
					
				
			related to https://patchwork.kernel.org/patch/11545287/ Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
		| @@ -93,6 +93,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp { | |||||||
| 				"exit", | 				"exit", | ||||||
| 				"exit_group", | 				"exit_group", | ||||||
| 				"faccessat", | 				"faccessat", | ||||||
|  | 				"faccessat2", | ||||||
| 				"fadvise64", | 				"fadvise64", | ||||||
| 				"fadvise64_64", | 				"fadvise64_64", | ||||||
| 				"fallocate", | 				"fallocate", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jintao Zhang
					Jintao Zhang