Merge pull request #3111 from thaJeztah/whitelist_statx
seccomp: whitelist statx syscall
This commit is contained in:
		| @@ -320,6 +320,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp { | |||||||
| 				"stat64", | 				"stat64", | ||||||
| 				"statfs", | 				"statfs", | ||||||
| 				"statfs64", | 				"statfs64", | ||||||
|  | 				"statx", | ||||||
| 				"symlink", | 				"symlink", | ||||||
| 				"symlinkat", | 				"symlinkat", | ||||||
| 				"sync", | 				"sync", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Crosby
					Michael Crosby