forked from jeroen/RAppArmor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
39 lines (31 loc) · 969 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
0.8.2:
- modified license.
- turned JSS paper into vignette
0.8.1:
- minor improvement to kill child of eval.secure
0.8.0:
- Bump version to signify release to CRAN.
0.7.4:
- added unittests function
- added stuff to prevent interactivity in eval.secure
- small fixes and renames
0.7.3:
- added setinteractive function
- added 'interactive' parameter to eval.secure
- more unit tests
0.7.2:
- Started adding unit tests
- New internal function errno()
- Linux error messages for all calls (based on errno.h)
0.7.1:
- Added .onAttach diagnostics
- Added error messages to aa_getcon and aa_is_enabled.
0.7.0:
- added setaffinity, getaffinity, getaffinity_count, nproc
- updated eval.secure to support affinity
- updated URL and OS_type fields in DESCRIPTION
- added some references to the documentation
0.6.0:
- using pgid to kill potential forks
- added verbose parameters to suppress C output
- bugfix when the output has multiple classes