Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ipc syscall to default seccomp profile #20981

Merged
merged 1 commit into from Mar 5, 2016

Conversation

justincormack
Copy link
Contributor

On 32 bit x86 this is a multiplexing syscall for the system V
ipc syscalls such as shmget, and so needs to be allowed for
shared memory access for 32 bit binaries.

Fixes #20733

Signed-off-by: Justin Cormack justin.cormack@docker.com

On 32 bit x86 this is a multiplexing syscall for the system V
ipc syscalls such as shmget, and so needs to be allowed for
shared memory access for 32 bit binaries.

Fixes moby#20733

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
@thaJeztah
Copy link
Member

LGTM

ping @jfrazelle

@thaJeztah thaJeztah added this to the 1.10.3 milestone Mar 5, 2016
@jessfraz
Copy link
Contributor

jessfraz commented Mar 5, 2016

LGTM thanks Justin!

jessfraz pushed a commit that referenced this pull request Mar 5, 2016
Add ipc syscall to default seccomp profile
@jessfraz jessfraz merged commit 91cafaa into moby:master Mar 5, 2016
@justincormack justincormack deleted the seccomp_ipc branch March 6, 2016 11:53
@tiborvass tiborvass mentioned this pull request Mar 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants