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