Release version 1.0.0
[platform/core/security/security-manager.git] / packaging / security-manager.changes
1 * Fri Mar 06 2015 Rafal Krypa <r.krypa@samsung.com>
2 - Version 1.0.0
3 - User management
4   - Support for managing policy per user
5   - Interface for registering user creation and removal
6   - Hook-based Integration with gumd for user creation/removal events
7   - Initial user policy based on user type (guest, normal, admin)
8   - Initial configuration of user type policy granting all privileges to every
9     user type
10 - API for managing per-user policy
11   - Support for user-admin-like interface for tuning per-user policy by
12     administrator
13   - Support for privacy-manager-like interface for users limiting their own
14     applications
15 - Off-line mode supporting limited functionality when service is not running
16   - Application installation
17   - User creation
18 - Command line tool wrapping some of security-manager's APIs
19   - Registration of application installation and deinstallation with privileges
20     and application paths
21   - Registration of user creation/removal (for gumd integration mentioned above)
22 - Enhanced configuration of Cynara policy
23   - Structured policy based on several buckets
24   - Initial policy created on security-manager installation
25   - Programs with "User" and "System" labels get access to all privileges (with
26     regard to per-user policy)
27 - Easier setup of privilege-group mapping
28   - A config file with the mapping and command line tool for importing it to
29     security-manager
30 - Smack labeling for applications in final form
31   - No longer hard-code labels of all applications to "User"
32   - Each application gets unique Smack label based on appId
33
34 * Tue Sep 18 2014 Rafal Krypa <r.krypa@samsung.com>
35 - Version 0.2.0
36 - No longer use libprivilege-control
37 - Set Cynara policies during installation
38 - Support group-mapped privileges
39 - Use designated user for global app installation instead of root
40
41 * Fri Jul 25 2014 Stephane Desneux <stephane.desneux@open.eurogiciel.org>
42 - Keep information about installed applications in private data base
43 - Complete support for uninstallation
44 - Support per user installation of applications
45 - Properly handle multiple applications with the same pkgId
46 - Add API for launchers setting Smack label during application start
47 - Systemd integration
48 - Log to systemd journal instead of dlog
49
50 * Wed Jun 18 2014 Rafal Krypa <r.krypa@samsung.com>
51 - Version 0.1.0
52 - Initial release of standalone security-manager, splitting from security-server