diff options
author | James Carter <jwcart2@tycho.nsa.gov> | 2015-05-29 09:54:15 -0400 |
---|---|---|
committer | James Carter <jwcart2@tycho.nsa.gov> | 2015-05-29 09:54:15 -0400 |
commit | a24fc044f4ddd7d8679f2219454d103036d312ef (patch) | |
tree | 9faeaab62633a0a380392d637c71ad83f74a96f0 | |
parent | 11fccc48cdeab2946042165819362ae1c2f1eaab (diff) | |
download | android_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/ChangeLog | 4 |
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. |