Calling into sysctl
-
Is there a way to make a call into sysctl from Pythonista?
-
This basically worked as written:
https://gist.github.com/pudquick/581a71425439f2cf8f09
however on ios sysctl is very limited for security reasons. For instance most of the kern.xxxxx items are empty. Many hw.* do work, such as hw.machine, see end of this
-
Perfect! Thanks!