diff options
author | Stephen Smalley <sds@tycho.nsa.gov> | 2013-12-30 14:39:59 -0500 |
---|---|---|
committer | Stephen Smalley <sds@tycho.nsa.gov> | 2013-12-30 14:39:59 -0500 |
commit | edc2e99687b050d5be21a78a66d038aa1fc068d9 (patch) | |
tree | a4499d2254bcf03d22b269c15a6a95f7e1547aec | |
parent | dcd8167f7722c1f00c71f54af5425434da2d6cbc (diff) | |
download | android_external_selinux-edc2e99687b050d5be21a78a66d038aa1fc068d9.tar.gz android_external_selinux-edc2e99687b050d5be21a78a66d038aa1fc068d9.tar.bz2 android_external_selinux-edc2e99687b050d5be21a78a66d038aa1fc068d9.zip |
libselinux 2.2.2 - userspace AVC per-domain permissive handling fix.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
-rw-r--r-- | libselinux/ChangeLog | 3 | ||||
-rw-r--r-- | libselinux/VERSION | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/libselinux/ChangeLog b/libselinux/ChangeLog index db95038d..75d63178 100644 --- a/libselinux/ChangeLog +++ b/libselinux/ChangeLog @@ -1,3 +1,6 @@ +2.2.2 2013-12-30 + * Fix userspace AVC handling of per-domain permissive mode. + 2.2.1 2013-11-06 * Remove -lpthread from pkg-config file; it is not required. diff --git a/libselinux/VERSION b/libselinux/VERSION index c043eea7..b1b25a5f 100644 --- a/libselinux/VERSION +++ b/libselinux/VERSION @@ -1 +1 @@ -2.2.1 +2.2.2 |