* NEWS, src/userdel.c: Fixed SE Linux support. semanage should be

called at the end.
	* src/useradd.c: Always call selinux_update_mapping() (i.e.
	semanage), not only when -Z is used.
This commit is contained in:
nekral-guest
2009-04-15 21:14:08 +00:00
parent a24058d660
commit 4d2bee2e23
4 changed files with 24 additions and 16 deletions

6
NEWS
View File

@@ -8,12 +8,14 @@ shadow-4.1.3 -> shadow-4.1.3.1 2009-04-15
weirdly). Only shadow-4.1.3 was affected.
*** general
- login
* Fix regression when no user is specified on the command line.
- userdel
* Fixed SE Linux support
- vipw
* SE Linux: Set the default context to the context of the file being
edited. This ensures that the backup file inherit from the file's
context.
- login
* Fix regression when no user is specified on the command line.
shadow-4.1.2.2 -> shadow-4.1.3 2009-04-12