aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Carter <jwcart2@tycho.nsa.gov>2015-05-29 09:54:15 -0400
committerJames Carter <jwcart2@tycho.nsa.gov>2015-05-29 09:54:15 -0400
commita24fc044f4ddd7d8679f2219454d103036d312ef (patch)
tree9faeaab62633a0a380392d637c71ad83f74a96f0
parent11fccc48cdeab2946042165819362ae1c2f1eaab (diff)
downloadandroid_external_selinux-a24fc044f4ddd7d8679f2219454d103036d312ef.tar.gz
android_external_selinux-a24fc044f4ddd7d8679f2219454d103036d312ef.tar.bz2
android_external_selinux-a24fc044f4ddd7d8679f2219454d103036d312ef.zip
Update libsepol ChangeLog.
Signed-off-by: James Carter <jwcart2@tycho.nsa.gov>
-rw-r--r--libsepol/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog
index be21dd04..26b99dc7 100644
--- a/libsepol/ChangeLog
+++ b/libsepol/ChangeLog
@@ -1,4 +1,6 @@
- * libsepol/cil: Do not allow categories/sensitivities inside blocks, from Yuli Khodorkovskiy.
+ * Write auditadm_r and secadm_r roles to base module when writing CIL, from Steve Lawrence
+ * Fix module to CIL to only associate declared roleattributes with in-scope types, from Steve Lawrence
+ * Don't allow categories/sensitivities inside blocks in CIL, from Yuli Khodorkovskiy.
* Replace fmemopen() with internal function in libsepol, from James Carter.
* Verify users prior to evaluating users in cil, from Yuli Khodorkovskiy.
* Binary modules do not support ioctl rules, from Stephen Smalley.