Skip to content

Conversation

@droberts195
Copy link

This is required with the Oracle Unbreakable
Enterprise Kernel (UEK). The UEK is not
supported but it's possible some other
supported Linux distro will require the "time"
syscall at some point, so it doesn't hurt to
permit it in our filter.

Fixes elastic/elasticsearch#41101

This is required with the Oracle Unbreakable
Enterprise Kernel (UEK).  The UEK is not
supported but it's possible some other
supported Linux distro will require the "time"
syscall at some point, so it doesn't hurt to
permit it in our filter.

Fixes elastic/elasticsearch#41101
Copy link
Member

@davidkyle davidkyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, there is some debugging code left in there to be removed

#define SECCOMP_RET_ERRNO 0x00050000U
#define SECCOMP_RET_ALLOW 0x7fff0000U
#define SECCOMP_RET_DATA 0x0000ffffU
#define SECCOMP_RET_KILL 0x00000000U
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this please

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left it in to avoid having to look it up next time we need to debug. It doesn't really hurt, and can be removed when all the constants are removed once our minimum build machine has the header containing the constants.

@droberts195 droberts195 merged commit 9ebb7bd into elastic:master Apr 11, 2019
@droberts195 droberts195 deleted the add_time_to_syscall_filter branch April 11, 2019 15:46
droberts195 pushed a commit to droberts195/ml-cpp that referenced this pull request Apr 11, 2019
This is required with the Oracle Unbreakable
Enterprise Kernel (UEK).  The UEK is not
supported but it's possible some other
supported Linux distro will require the "time"
syscall at some point, so it doesn't hurt to
permit it in our filter.

Fixes elastic/elasticsearch#41101

Backport of elastic#459
droberts195 pushed a commit to droberts195/ml-cpp that referenced this pull request Apr 11, 2019
This is required with the Oracle Unbreakable
Enterprise Kernel (UEK).  The UEK is not
supported but it's possible some other
supported Linux distro will require the "time"
syscall at some point, so it doesn't hurt to
permit it in our filter.

Fixes elastic/elasticsearch#41101

Backport of elastic#459
droberts195 pushed a commit to droberts195/ml-cpp that referenced this pull request Apr 11, 2019
This is required with the Oracle Unbreakable
Enterprise Kernel (UEK).  The UEK is not
supported but it's possible some other
supported Linux distro will require the "time"
syscall at some point, so it doesn't hurt to
permit it in our filter.

Fixes elastic/elasticsearch#41101

Backport of elastic#459
droberts195 pushed a commit that referenced this pull request Apr 11, 2019
This is required with the Oracle Unbreakable
Enterprise Kernel (UEK).  The UEK is not
supported but it's possible some other
supported Linux distro will require the "time"
syscall at some point, so it doesn't hurt to
permit it in our filter.

Fixes elastic/elasticsearch#41101

Backport of #459
droberts195 pushed a commit that referenced this pull request Apr 11, 2019
This is required with the Oracle Unbreakable
Enterprise Kernel (UEK).  The UEK is not
supported but it's possible some other
supported Linux distro will require the "time"
syscall at some point, so it doesn't hurt to
permit it in our filter.

Fixes elastic/elasticsearch#41101

Backport of #459
droberts195 pushed a commit that referenced this pull request Apr 11, 2019
This is required with the Oracle Unbreakable
Enterprise Kernel (UEK).  The UEK is not
supported but it's possible some other
supported Linux distro will require the "time"
syscall at some point, so it doesn't hurt to
permit it in our filter.

Fixes elastic/elasticsearch#41101

Backport of #459
droberts195 pushed a commit to droberts195/elasticsearch that referenced this pull request Apr 15, 2019
The cause of failure was fixed by elastic/ml-cpp#459,
so all that remains on the Java side is to unmute the
test that was failing.

Closes elastic#41070
droberts195 pushed a commit to elastic/elasticsearch that referenced this pull request Apr 16, 2019
The cause of failure was fixed by elastic/ml-cpp#459,
so all that remains on the Java side is to unmute the
test that was failing.

Closes #41070
droberts195 pushed a commit to elastic/elasticsearch that referenced this pull request Apr 16, 2019
The cause of failure was fixed by elastic/ml-cpp#459,
so all that remains on the Java side is to unmute the
test that was failing.

Closes #41070
droberts195 pushed a commit to elastic/elasticsearch that referenced this pull request Apr 16, 2019
The cause of failure was fixed by elastic/ml-cpp#459,
so all that remains on the Java side is to unmute the
test that was failing.

Closes #41070
droberts195 pushed a commit to elastic/elasticsearch that referenced this pull request Apr 16, 2019
The cause of failure was fixed by elastic/ml-cpp#459,
so all that remains on the Java side is to unmute the
test that was failing.

Closes #41070
gurkankaymak pushed a commit to gurkankaymak/elasticsearch that referenced this pull request May 27, 2019
The cause of failure was fixed by elastic/ml-cpp#459,
so all that remains on the Java side is to unmute the
test that was failing.

Closes elastic#41070
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.

2 participants