Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
forbid execmod for third party apps with API level >= 23 rather than >= 26 #724
Comments
thestinger
added
the
Type: enhancement
label
Aug 29, 2017
thestinger
changed the title from
forbid text relocations for API level >= 23 rather than >= 26
to
forbid execmod for API level >= 23 rather than >= 26
Aug 31, 2017
thestinger
changed the title from
forbid execmod for API level >= 23 rather than >= 26
to
forbid execmod for third party apps with API level >= 23 rather than >= 26
Aug 31, 2017
thestinger
added
Component: SELinux policy
Priority: low
labels
Sep 26, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thestinger commentedAug 29, 2017
•
edited
Edited 1 time
-
thestinger
edited Aug 31, 2017
Text relocations are forbidden for API 23+ so execmod can be strictly forbidden for API 23+ but is currently only forbidden for API 26+.