We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625d06c commit ad6bc5bCopy full SHA for ad6bc5b
core/src/main/java/org/elasticsearch/bootstrap/Seccomp.java
@@ -379,7 +379,7 @@ static void init(Path tmpFile) throws Throwable {
379
} else if (Constants.MAC_OS_X) {
380
macImpl(tmpFile);
381
} else {
382
- logger.debug("syscall filtering not supported for OS {}", Constants.OS_NAME);
+ throw new UnsupportedOperationException("syscall filtering not supported for OS: '" + Constants.OS_NAME + "'");
383
}
384
385
0 commit comments