summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjooseong lee <jooseong.lee@samsung.com>2016-10-24 13:28:56 +0900
committerjooseong lee <jooseong.lee@samsung.com>2016-10-24 13:29:49 +0900
commit6d2450e79adb02fae4851a9cb72e69d7f589ed15 (patch)
tree39a4b61820df7040a225c569d1c3fdf41b5d4414
parent157ac41a1c3f58659697fe357cec4aacb99119db (diff)
downloadsecurity-manager-6d2450e79adb02fae4851a9cb72e69d7f589ed15.tar.gz
security-manager-6d2450e79adb02fae4851a9cb72e69d7f589ed15.tar.bz2
security-manager-6d2450e79adb02fae4851a9cb72e69d7f589ed15.zip
Release version 1.2.3
- Update policy set for 'security' user type - Cleanup Fix ListUsers parameter description - SM : Unify Smack rules of System access to application - Use smack_check() helper function instead of manually calling libsmack - Provide proper placeholder file for global apps-labels - Don't hard-code /usr/share directory in FOTA script - Add FOTA script for security-manager policy update - Use SIGSETXID for security synchronization across threads - [Unit tests] for FileLocker class - Fix retrieving of current process credentials for off-line client - Extend ClientOffline - client: extract common code for communication with service - Improve handling of uncaught exceptions in client library - server: add missing linking against pthread - Treat web only privilege as core privilege Change-Id: Ibd5252fe49d236b8caff1ed1eb66c8996aee9acb Signed-off-by: jooseong lee <jooseong.lee@samsung.com>
-rw-r--r--packaging/security-manager.changes18
-rw-r--r--packaging/security-manager.spec2
-rw-r--r--pc/security-manager.pc.in2
3 files changed, 20 insertions, 2 deletions
diff --git a/packaging/security-manager.changes b/packaging/security-manager.changes
index 0aae144a..044229dd 100644
--- a/packaging/security-manager.changes
+++ b/packaging/security-manager.changes
@@ -1,3 +1,21 @@
+* Mon Oct 24 2016 Jooseong Lee <jooseong.lee@samsung.com>
+- Version 1.2.3
+- Update policy set for 'security' user type
+- Cleanup Fix ListUsers parameter description
+- SM : Unify Smack rules of System access to application
+- Use smack_check() helper function instead of manually calling libsmack
+- Provide proper placeholder file for global apps-labels
+- Don't hard-code /usr/share directory in FOTA script
+- Add FOTA script for security-manager policy update
+- Use SIGSETXID for security synchronization across threads
+- [Unit tests] for FileLocker class
+- Fix retrieving of current process credentials for off-line client
+- Extend ClientOffline
+- client: extract common code for communication with service
+- Improve handling of uncaught exceptions in client library
+- server: add missing linking against pthread
+- Treat web only privilege as core privilege
+
* Mon Oct 10 2016 Seongwook Chung <seong.chung@samsung.com>
- Version 1.2.2
- Add packagemanager.info privilege for 'User::Shell' domain
diff --git a/packaging/security-manager.spec b/packaging/security-manager.spec
index 1a9d51d4..c98354a6 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.2
+Version: 1.2.3
Release: 0
Group: Security/Service
License: Apache-2.0
diff --git a/pc/security-manager.pc.in b/pc/security-manager.pc.in
index f87a3f75..8c041c6e 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.2
+Version: 1.2.3
Requires:
Libs: -L${libdir} -lsecurity-manager-client
Cflags: -I${includedir}/security-manager