Skip to content

Releases: xmikos/setools-android

Released version 1.3

22 Aug 15:36
Compare
Choose a tag to compare

News:

  • updated sepolicy-inject utility now has -z option to set a domain to NOT permissive. It also now creates domain if it doesn't exist (thanks to Joshua Brindle)
  • setools-android can now be built with autotools. It can be used to analyze sepolicy on a *nix system or debug code without Android device (thanks to @pasis)
  • ignore neverallow rules when not available (fixes #13, thanks to @pasis)
  • add compatibility with some Android M devices that use a slightly different format for the sepolicy file (thanks to @pasis)
  • libsepol updated to version 2.7-rc4 (thanks to @pasis)

Released version 1.2

20 Mar 00:49
Compare
Choose a tag to compare

News:

  • fixed compilation errors for android-21
  • updated libsepol to support policydb version 30 (compatibility with Android 6)
  • support for 64-bit architectures (arm64-v8a, mips64, x86_64)

Released version 1.1

23 Jul 12:13
Compare
Choose a tag to compare

First tagged release (version 1.1).

News:

  • sepolicy-inject - support for allowing multiple permissions at once
  • compile multiple targets (armeabi, armeabi-v7a, mips, x86)