This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients barry, serhiy.storchaka, xdegaye
Date 2017-12-06.08:04:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512547474.49.0.213398074469.issue32199@psf.upfronthosting.co.za>
In-reply-to
Content
You may be right Serhiy. Those tests have been run on the emulator at API 24 (Android 7.0 Nougat, the first API version where SELinux is run in enforced mode) where 'ip link list' fails, but on my device (a Samsung API 21, Android 5.1 Lollipop) running the 'ip link list' (using the termux package installed from google PlayStore) the command is ok.

The Android source of iproute2 can be:
* browsed at: https://android.googlesource.com/platform/external/iproute2/+/master
* cloned from: https://android.googlesource.com/platform/external/iproute2/
They are using iproute2-3.4.0 released in 2012, see README.version.
I checked that the ip/ subdirectory on the Android master branch is unchanged from upstream 3.4.0 at https://www.kernel.org/pub/linux/utils/net/iproute2/.

The Android SELinux policies are at:
https://android.googlesource.com/platform/system/sepolicy/
Does someone know how to read them ?

Maybe we should just close this issue as 'wont fix' then.
History
Date User Action Args
2017-12-06 08:04:34xdegayesetrecipients: + xdegaye, barry, serhiy.storchaka
2017-12-06 08:04:34xdegayesetmessageid: <1512547474.49.0.213398074469.issue32199@psf.upfronthosting.co.za>
2017-12-06 08:04:34xdegayelinkissue32199 messages
2017-12-06 08:04:33xdegayecreate