Skip to content

Commit 69fde80

Browse files
committed
Remove outdated doc paragraph
1 parent bc17d43 commit 69fde80

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/user/Embedding-Permissions.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,3 @@ Known limitations of the Java backend are:
6666

6767
Python native extensions run by default as native binaries, with full access to the underlying system.
6868
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

Comments
 (0)