Merge pull request #7163 from thaJeztah/seccomp_support_pku
seccomp: seccomp: add syscalls related to PKU in default policy
This commit is contained in:
		| @@ -249,6 +249,9 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp { | |||||||
| 				"pidfd_send_signal", | 				"pidfd_send_signal", | ||||||
| 				"pipe", | 				"pipe", | ||||||
| 				"pipe2", | 				"pipe2", | ||||||
|  | 				"pkey_alloc", | ||||||
|  | 				"pkey_free", | ||||||
|  | 				"pkey_mprotect", | ||||||
| 				"poll", | 				"poll", | ||||||
| 				"ppoll", | 				"ppoll", | ||||||
| 				"ppoll_time64", | 				"ppoll_time64", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Derek McGowan
					Derek McGowan