Release version 1.2.3 75/93375/1
authorjooseong lee <jooseong.lee@samsung.com>
Mon, 24 Oct 2016 04:28:56 +0000 (13:28 +0900)
committerjooseong lee <jooseong.lee@samsung.com>
Mon, 24 Oct 2016 04:29:49 +0000 (13:29 +0900)
- 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>
packaging/security-manager.changes
packaging/security-manager.spec
pc/security-manager.pc.in

index 0aae144a902e0db51a0adc5191745d2679a5d6fb..044229ddb384ee6282353c4d35f0110d8358c053 100644 (file)
@@ -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
index 1a9d51d442628e104c4e82f7b24a823e90224c1f..c98354a60a2131d4dde694bb85d31ce477fa5206 100644 (file)
@@ -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
index f87a3f75564a67a9a22bf7ee1821e98f957f4b45..8c041c6e981e02e23c6e88c21d7d8cb3d3095c41 100644 (file)
@@ -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