[Release] libprivilege-control_0.0.23.TIZEN
[platform/core/security/libprivilege-control.git] / packaging / libprivilege-control.changes
1 * Wed Feb 06 2013 Tomasz Swierczek - 0.0.23.TIZEN
2 - Fixing bug in setting execute label for executable files.
3 - Correct bug in dir_set_smack_r() introduced by previous fix.
4 - Fix implementation of setting process label from Smack exec label.
5 - Removed white spaces at the end of lines in smack_default_rules file
6
7 * Tue Feb 5 2013 Tomasz Swierczek - 0.0.22.TIZEN
8 - Added new API for setting access/execute labels and transmute on OSP apps directories
9 - Fixed dlog usage
10 - Reverted "make symbolic link of udev rules file" (commit c3a7c9d1188f08fdc950858c589173bb5bb0c817)
11
12 * Fri Feb 01 2012 Rafal Krypa - 0.0.21.TIZEN
13 - add new label and change label - system::core -> sys-assert::core
14 - Adding new API for setting label and transmute on directory
15
16 * Tue Jan 30 2012 Rafal Krypa - 0.0.20.TIZEN
17 - Prevent related bugfixes.
18 - add new default smack rule.
19 - add new group for crash-logger.
20 - add new smack label - system::crash.
21 - Bug fix in adding permissions.
22 - Implement logging in libprivilege-control.
23 - Fix parsing of Smack config files.
24 - Remove some unnecessary code from wrt_set_src_dir() and wrt_set_data_dir().
25
26 * Tue Jan 10 2012 Rafal Krypa - 0.0.19
27 - Removed "Epoch" from spec file.
28 - Remove stale permission files.
29 - Introduce WRT_ prefix in smack for current SMACK configuration files.
30 - Drop legacy USE_PRIVILEGE_CONTROL ifdef.
31 - Change syntax of SMACK config files.
32 - New API for native/OSP installer.
33 - Add SMACK config for OSP apps.
34
35 * Tue Jan 08 2012 Rafal Krypa - 1:0.0.18
36 - Modify label for browser db files
37 - Separate ifdefs for Smack support for WRT.
38 - Re-enable Smack setting for native apps.
39 - Fix app type checking in set_app_privilege().
40 - smack_default_labeling: use variables for various /opt/* paths.
41
42 * Thu Dec 13 2012 Kidong Kim - 1:0.0.15
43 - systemd: Add systemd unit to set default smack labels
44 - Add build type required for code coverage analysis
45 - udev: change heuristics for guessing camera device nodes
46 - fix udev and add new db
47
48 * Wed Dec 05 2012 Kidong Kim - 1:0.0.14
49 - make symbolic link of udev rules file
50 - Move passwd and group back from /opt/etc to /etc/
51
52 * Thu Nov 01 2012 Kidong Kim - 1:0.0.13
53 - remove admin group
54
55 * Tue Oct 16 2012 Rafal Krypa - 0.0.12
56 - Merge versions 0.0.7.4 and 0.0.11.
57 - Change widget id type from int to string.
58 - License file copied to /usr/share/license/
59
60 * Fri Sep 14 2012 Rafal Krypa - 0.0.11
61 - Fix definitions passed in CMake.
62 - Add API function wrt_set_privilege() for setting web app privilege from inside WRT.
63
64 * Thu Sep 13 2012 Rafal Krypa - 0.0.10
65 - Revert automatic tests of SMACK API to fix build dependench cycle.
66 - packaging: use macros for installation directories.
67
68 * Thu Sep 13 2012 Rafal Krypa - 0.0.9
69 - Added automatic tests of SMACK API.
70 - Provide udev rules file in the new location, for udev v182.
71
72 * Fri Sep  7 2012 Rafal Krypa - 0.0.8
73 - udev: set haptic devices to world readable and writable.
74 - Restructure setting of compilation flags in CmakeLists.
75 - Temporary turn off setting up of Smack labels and rules.
76 - Always call wrt_permissions_reset() internally during privilege setup for Widgets.
77 - Define a type for WRT widget id. Make it reflect the actual id type in WRT database.
78 - Add wrt_widget_id_from_socket() API function for reading widget id from UNIX sockets.
79 - Deprecate another old function for privilege control.
80 - Fix: remove unused variable.
81 - Fix: preserve const qualifier for strings.
82 - Fix: don't define functions that won't be used to avoid warnings.
83 - Compile with -Wall and -Werror to catch compilation warnings.
84
85 * Wed Sep 10 2012 Rafal Krypa - 0.0.7.4
86 - udev: set haptic devices to world readable and writable.
87
88 * Tue Sep 25 2012 Kidong Kim - 0.0.7.3-1
89 - give all rules on device nodes
90
91 * Fri Sep 21 2012 Rafal Krypa - 0.0.7.3
92 - packaging: add initial manifest file.
93 - Add configuration for default Smack rules and labels for the system.
94
95 * Wed Sep 19 2012 Rafal Krypa - 0.0.7.2
96 - Re-release, no source changes.
97
98 * Wed Sep 19 2012 Rafal Krypa - 0.0.7.1
99 - Provide udev rules file in the new location, for udev v182.
100
101 * Fri Aug 24 2012 Rafal Krypa - 0.0.7
102 - Introduce new function set_app_privilege() for comprehensive permissions setup.
103 - Modify udev rules as per Mr. Kidong Kim request.
104
105 * Mon Aug 08 2012 Tomasz Swierczek - 0.0.6
106 - Another attempt to push to OBS
107 - Changed udev configuration file (rear_flash)
108
109 * Thu Aug 02 2012 Rafal Krypa - 0.0.5
110 - Fix generated Smack labels for WRT widgets.
111 - Extend semantics of SMACK configuration files for WRT.
112 - Add missing permissions for WRT widgets.
113
114 * Fri Jul 27 2012 Rafal Krypa - 0.0.4
115 - Remove debug-util and kill_app.
116 - Some udev rules fixed by Kidong Kim.
117
118 * Tue Jul 17 2012 Rafal Krypa - 0.0.3
119 - Add initial mapping of wrt devcaps to SMACK accesses.
120 - Pass some path definitions as compiler macros instead of hardcoding in source.
121 - Remove APIs - add & delete user and group for 3rd party applications.
122 - Packaging: fix udev rules installation in the spec file.
123 - Add SMACK functions for WRT.
124 - Add API function set_exec_label.