We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc17d43 commit 69fde80Copy full SHA for 69fde80
docs/user/Embedding-Permissions.md
@@ -66,10 +66,3 @@ Known limitations of the Java backend are:
66
67
Python native extensions run by default as native binaries, with full access to the underlying system.
68
See [Embedding limitations](Native-Extensions.md#embedding-limitations)
69
-
70
-The context permissions needed to run native extensions are:
71
-```java
72
-.allowIO(IOAccess.ALL)
73
-.allowCreateThread(true)
74
-.allowNativeAccess(true)
75
-```
0 commit comments