diff --git a/checkpolicy/ChangeLog b/checkpolicy/ChangeLog index 9dfd82b7..1062cb0d 100644 --- a/checkpolicy/ChangeLog +++ b/checkpolicy/ChangeLog @@ -1,3 +1,4 @@ + * Add neverallow support for ioctl extended permissions, from Jeff Vander Stoep. * fix double free on name-based type transitions, from Stephen Smalley. * switch operations to extended perms, from Jeff Vander Stoep. * policy_define.c: fix compiler warnings, from Nick Kralevich. diff --git a/libsepol/ChangeLog b/libsepol/ChangeLog index d7054789..c5c97f25 100644 --- a/libsepol/ChangeLog +++ b/libsepol/ChangeLog @@ -1,3 +1,4 @@ + * Add neverallow support for ioctl extended permissions, from Jeff Vander Stoep. * Improve CIL block and macro call recursion detection, from Steve Lawrence * Fix CIL uninitialized false positive in cil_binary, from Yuli Khodorkovskiy * Provide error in CIL if classperms are empty, from Yuli Khodorkovskiy