summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjin-gyu.kim <jin-gyu.kim@samsung.com>2017-12-07 11:09:09 +0900
committerjin-gyu.kim <jin-gyu.kim@samsung.com>2017-12-07 11:09:13 +0900
commit29a98471a593a8d08b5f6a8678242f222854670b (patch)
tree2f9e69dfb06c350cf1469dde9cc23746f20809f8
parente359f39cd0bfb7d246e517c1ce58e5f457a4f50a (diff)
downloadsecurity-manager-29a98471a593a8d08b5f6a8678242f222854670b.tar.gz
security-manager-29a98471a593a8d08b5f6a8678242f222854670b.tar.bz2
security-manager-29a98471a593a8d08b5f6a8678242f222854670b.zip
* Fix bugs found in the code by static analysis * Fix the bug for clearing SharedRO Smack rules * Fix the potential memory leak. * security-manager-cmd: add new option "manage-privilege" for policy manipulation * Add hybrid flag setting to security-manager-cmd * Add ConfigFile class for run-time reading and parsing of config files * Allow privilege enforcement with bind mounts to be configured * Don't enable mount namespace code when the config file is missing or empty Change-Id: I848d24b8cbbaa3e557722d9a0665f9c3a984c7fb
-rw-r--r--packaging/security-manager.changes15
-rw-r--r--packaging/security-manager.spec2
-rw-r--r--pc/security-manager.pc.in2
3 files changed, 17 insertions, 2 deletions
diff --git a/packaging/security-manager.changes b/packaging/security-manager.changes
index 2ab61874..b0240a7e 100644
--- a/packaging/security-manager.changes
+++ b/packaging/security-manager.changes
@@ -1,3 +1,18 @@
+Release: 1.2.30
+Date: 2017.12.07
+Name: Release 1.2.30
+Description:
+Fix bugs found in the code by static analysis
+Fix the bug for clearing SharedRO Smack rules
+Fix the potential memory leak.
+security-manager-cmd: add new option "manage-privilege" for policy manipulation
+Add hybrid flag setting to security-manager-cmd
+Add ConfigFile class for run-time reading and parsing of config files
+Allow privilege enforcement with bind mounts to be configured
+Don't enable mount namespace code when the config file is missing or empty
+
+###############################
+
Release: 1.2.29
Date: 2017.11.17
Name: Release 1.2.29
diff --git a/packaging/security-manager.spec b/packaging/security-manager.spec
index d2e86a15..1893fe97 100644
--- a/packaging/security-manager.spec
+++ b/packaging/security-manager.spec
@@ -1,6 +1,6 @@
Name: security-manager
Summary: Security manager and utilities
-Version: 1.2.29
+Version: 1.2.30
Release: 0
Group: Security/Service
License: Apache-2.0
diff --git a/pc/security-manager.pc.in b/pc/security-manager.pc.in
index 0649c7ad..d8afbc4e 100644
--- a/pc/security-manager.pc.in
+++ b/pc/security-manager.pc.in
@@ -5,7 +5,7 @@ includedir=${prefix}/include
Name: security-manager
Description: Security Manager Package
-Version: 1.2.29
+Version: 1.2.30
Requires:
Libs: -L${libdir} -lsecurity-manager-client
Cflags: -I${includedir}/security-manager