mirror of
https://github.com/SELinuxProject/selinux
synced 2025-03-06 02:07:34 +00:00
Bump Version and Changelog for commit
This commit is contained in:
parent
077e863517
commit
14e4b70b93
@ -1,3 +1,7 @@
|
||||
2.1.6 2011-11-03
|
||||
* Revert "checkpolicy: Redo filename/filesystem syntax to support filename trans rules"
|
||||
* drop libsepol dynamic link in checkpolicy
|
||||
|
||||
2.1.5 2011-09-15
|
||||
* Separate tunable from boolean during compile.
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2.1.5
|
||||
2.1.6
|
||||
|
@ -1,3 +1,15 @@
|
||||
2.1.7 2011-11-03
|
||||
* Makefiles: syntax, convert all ${VAR} to $(VAR)
|
||||
* load_policy: handle selinux=0 and /sys/fs/selinux not exist
|
||||
* regenerate .pc on VERSION change
|
||||
* label: cosmetic cleanups
|
||||
* simple interface for access checks
|
||||
* Don't reinitialize avc_init if it has been called previously
|
||||
* seusers: fix to handle large sets of groups
|
||||
* audit2why: close fd on enomem
|
||||
* rename and export symlink_realpath
|
||||
* label_file: style changes to make Eric happy.
|
||||
|
||||
2.1.6 2011-09-15
|
||||
* utils: matchpathcon: remove duplicate declaration
|
||||
* src: matchpathcon: use myprintf not fprintf
|
||||
|
@ -1 +1 @@
|
||||
2.1.6
|
||||
2.1.7
|
||||
|
@ -1,3 +1,9 @@
|
||||
2.1.5 2011-11-03
|
||||
* regenerate .pc on VERSION change
|
||||
* maintain mode even if umask is tighter
|
||||
* semanage.conf man page
|
||||
* create man5dir if not exist
|
||||
|
||||
2.1.4 2011-09-15
|
||||
* Create a new preserve_tunables flag
|
||||
* tree: default make target to all not
|
||||
|
@ -1 +1 @@
|
||||
2.1.4
|
||||
2.1.5
|
||||
|
@ -1,3 +1,8 @@
|
||||
2.1.4 2011-10-03
|
||||
* regenerate .pc on VERSION change
|
||||
* Move ebitmap_* functions from mcstrans to libsepol
|
||||
* expand: do filename_trans type comparison on mapped representation
|
||||
|
||||
2.1.3 2011-09-15
|
||||
* Skip writing role attributes for policy.X and
|
||||
* Indicate when boolean is indeed a tunable.
|
||||
|
@ -1 +1 @@
|
||||
2.1.3
|
||||
2.1.4
|
||||
|
@ -1,4 +1,24 @@
|
||||
2.1.6 2011-09-27
|
||||
2.1.8 2011-11-03
|
||||
* sandbox: Maintain the LANG environment into the sandbox
|
||||
* audit2allow: use audit2why internally
|
||||
* fixfiles: label /root but not /var/lib/BackupPC
|
||||
* semanage: update local boolean settings is dealing with localstore
|
||||
* semanage: missing modify=True
|
||||
* semanage: set modified correctly
|
||||
* restorecond: make restorecond dbuss-able
|
||||
* restorecon: Always check return code on asprintf
|
||||
* restorecond: make restorecond -u exit when terminal closes
|
||||
* sandbox: introduce package name and language stuff
|
||||
* semodule_package: remove semodule_unpackage on clean
|
||||
* fix sandbox Makefile to support DESTDIR
|
||||
* semanage: Add -o description to the semanage man page
|
||||
* make use of the new realpath_not_final function
|
||||
* setfiles: close /proc/mounts file when finished
|
||||
* semodule: Document semodule -p in man page
|
||||
* setfiles: fix use before initialized
|
||||
* restorecond: Add .local/share as a directory to watch
|
||||
|
||||
2.1.7 2011-09-27
|
||||
* semanage: fix indentation error in seobject
|
||||
|
||||
2.1.6 2011-09-15
|
||||
|
@ -1 +1 @@
|
||||
2.1.7
|
||||
2.1.8
|
||||
|
@ -1,3 +1,7 @@
|
||||
1.1.3 2011-11-03
|
||||
* Ignore permissive qualifier if found in an interface
|
||||
* Return name field in avc data
|
||||
|
||||
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
|
||||
|
@ -1 +1 @@
|
||||
1.1.2
|
||||
1.1.3
|
||||
|
Loading…
Reference in New Issue
Block a user