Skip to content

Commit f7effcf

Browse files
📜🤖 Added by blurb_it.
1 parent 8b77d9d commit f7effcf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:func:`os.chroot`, :func:`os.initgroups`, :func:`os.setegid`,
2+
:func:`os.seteuid`, :func:`os.setgid`, :func:`os.setregid`,
3+
:func:`os.setresgid`, :func:`os.setresuid`, :func:`os.setreuid`,
4+
:func:`os.setuid`, and :func:`socket.sethostname` are now available on
5+
Android. Calling them without sufficient privileges now raises
6+
:exc:`PermissionError` instead of the functions being unavailable.

0 commit comments

Comments
 (0)