* NEWS, src/useradd.c, man/useradd.8.xml: add -Z option to map
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 11 Apr 2009 15:34:10 +0000 (15:34 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 11 Apr 2009 15:34:10 +0000 (15:34 +0000)
commit8d136297c4be438e5982df3f63433e42456da416
tree905429e61c820987283caa5fad75bfb078c45fe0
parent2c400eff94af1610100f2cf265c28254e6b574b1
* NEWS, src/useradd.c, man/useradd.8.xml: add -Z option to map
SELinux user for user's login.
* NEWS, src/usermod.c, man/usermod.8.xml: Likewise.
* libmisc/system.c, libmisc/Makefile.am, lib/prototypes.h: Added
safe_system(). Used to run semanage.
* lib/prototypes.h, libmisc/copydir.c: Make a
selinux_file_context() an extern function.
* libmisc/copydir.c: Reset SELinux to create files with default
contexts at the end of copy_tree().
* NEWS, src/userdel.c: Delete the SELinux user mapping for user's
login.
12 files changed:
ChangeLog
NEWS
TODO
lib/prototypes.h
libmisc/Makefile.am
libmisc/copydir.c
libmisc/system.c [new file with mode: 0644]
man/useradd.8.xml
man/usermod.8.xml
src/useradd.c
src/userdel.c
src/usermod.c