Bump version and changelog for all components.
This commit is contained in:
parent
7a653efffc
commit
418dbc70e8
12 changed files with 63 additions and 6 deletions
|
@ -1,3 +1,6 @@
|
|||
2.1.5 2011-09-15
|
||||
* Separate tunable from boolean during compile.
|
||||
|
||||
2.1.4 2011-08-26
|
||||
* checkpolicy: fix spacing in output message
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.1.4
|
||||
2.1.5
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
2.1.6 2011-09-15
|
||||
* utils: matchpathcon: remove duplicate declaration
|
||||
* src: matchpathcon: use myprintf not fprintf
|
||||
* src: matchpathcon: make sure resolved path starts
|
||||
* put libselinux.so.1 in /lib not /usr/lib
|
||||
* tree: default make target to all not
|
||||
|
||||
2.1.5 2011-0826
|
||||
* selinux_file_context_verify function returns wrong value.
|
||||
* move realpath helper to matchpathcon library
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.1.5
|
||||
2.1.6
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2.1.4 2011-09-15
|
||||
* Create a new preserve_tunables flag
|
||||
* tree: default make target to all not
|
||||
* fix semanage_store_access_check calling arguments
|
||||
|
||||
2.1.3 2011-08-26
|
||||
* python wrapper makefile changes
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.1.3
|
||||
2.1.4
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
2.1.3 2011-09-15
|
||||
* Skip writing role attributes for policy.X and
|
||||
* Indicate when boolean is indeed a tunable.
|
||||
* Separate tunable from boolean during compile.
|
||||
* Write and read TUNABLE flags in related
|
||||
* Copy and check the cond_bool_datum_t.flags during link.
|
||||
* Permanently discard disabled branches of tunables in
|
||||
* Skip tunable identifier and cond_node_t in expansion.
|
||||
* Create a new preserve_tunables flag
|
||||
* Preserve tunables when required by semodule program.
|
||||
* setools expects expand_module_avrules to be an exported
|
||||
* tree: default make target to all not
|
||||
|
||||
2.1.2 2011-08-03
|
||||
* Only call role_fix_callback for base.p_roles during expansion.
|
||||
* use mapped role number instead of module role number
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.1.2
|
||||
2.1.3
|
||||
|
|
|
@ -1,3 +1,25 @@
|
|||
2.1.6 2011-09-15
|
||||
* sepolgen-ifgen: new attr-helper does something
|
||||
* audit2allow: use alternate policy file
|
||||
* audit2allow: sepolgen-ifgen use the attr helper
|
||||
* setfiles: switch from stat to stat64
|
||||
* setfiles: Fix potential crash using dereferenced ftsent
|
||||
* setfiles: do not wrap * output at 80 characters
|
||||
* sandbox: add -Wall and -Werror to makefile
|
||||
* sandbox: add sandbox cgroup support
|
||||
* sandbox: rewrite /tmp handling
|
||||
* sandbox: do not bind mount so much
|
||||
* sandbox: add level based kill option
|
||||
* sandbox: cntrl-c should kill entire process control group
|
||||
* Create a new preserve_tunables flag in sepol_handle_t.
|
||||
* semanage: show running and disk setting for booleans
|
||||
* semanage: Dont print heading if no items selected
|
||||
* sepolgen: audit2allow is mistakakenly not allowing valid module names
|
||||
* semanage: Catch RuntimeErrors, that can be generated when SELinux is disabled
|
||||
* More files to ignore
|
||||
* tree: default make target to all not install
|
||||
* sandbox: do not load unused generic init functions
|
||||
|
||||
2.1.5 2011-08-26
|
||||
* setfiles: Fix process_glob to handle error situations
|
||||
* sandbox: Allow seunshare to run as root
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.1.5
|
||||
2.1.6
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
1.1.2 2011-09-15
|
||||
* src: sepolgen: add attribute storing infrastructure
|
||||
* Change perm-map and add open to try to get better results on
|
||||
* look for booleans that might solve problems
|
||||
* sepolgen: audit2allow is mistakakenly not allowing valid module names
|
||||
* tree: default make target to all not install
|
||||
|
||||
1.1.1 2011-08-26
|
||||
* refparser: include open among valid permissions
|
||||
* refparser: add support for filename_trans rules
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.1.1
|
||||
1.1.2
|
||||
|
|
Loading…
Reference in a new issue