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:21:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512548467.54.0.213398074469.issue32199@psf.upfronthosting.co.za>
In-reply-to
Content
'adb logcat' is a tool that monitors many kind of events on Android. Both ip commands prints a SElinux record on logcat:

Upon the successfull 'ip link' command, logcat prints:
12-06 09:17:24.119  2460  2460 W ip      : type=1400 audit(0.0:8): avc: denied { search } for name="net" dev="vdc" ino=91 scontext=u:r:shell:s0 tcontext=u:object_r:net_data_file:s0 tclass=dir permissive=0

Upon the failed 'ip link' command, logcat prints:
12-06 09:17:42.109  2461  2461 W ip      : type=1400 audit(0.0:9): avc: denied { nlmsg_write } for scontext=u:r:shell:s0 tcontext=u:r:shell:s0 tclass=netlink_route_socket permissive=0
History
Date User Action Args
2017-12-06 08:21:07xdegayesetrecipients: + xdegaye, barry, serhiy.storchaka
2017-12-06 08:21:07xdegayesetmessageid: <1512548467.54.0.213398074469.issue32199@psf.upfronthosting.co.za>
2017-12-06 08:21:07xdegayelinkissue32199 messages
2017-12-06 08:21:07xdegayecreate