* lib/Makefile.am, lib/prototypes.h, lib/selinux.c,

lib/semanage.c, po/POTFILES.in: Move lib/selinux.c to
	lib/semanage.c.
This commit is contained in:
nekral-guest 2011-12-09 21:30:19 +00:00
parent 360f12cd44
commit daa8d1141e
5 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2011-12-09 Nicolas François <nicolas.francois@centraliens.net>
* lib/Makefile.am, lib/prototypes.h, lib/selinux.c,
lib/semanage.c, po/POTFILES.in: Move lib/selinux.c to
lib/semanage.c.
2011-11-21 Nicolas François <nicolas.francois@centraliens.net>
* src/usermod.c, man/usermod.8.xml: usermod -Z "" removes the

View File

@ -39,7 +39,7 @@ libshadow_la_SOURCES = \
pwio.c \
pwio.h \
pwmem.c \
selinux.c \
semanage.c \
sgetgrent.c \
sgetpwent.c \
sgetspent.c \

View File

@ -297,9 +297,9 @@ extern void process_root_flag (const char* short_opt, int argc, char **argv);
/* salt.c */
extern /*@observer@*/const char *crypt_make_salt (/*@null@*//*@observer@*/const char *meth, /*@null@*/void *arg);
/* selinux.c */
int set_seuser(const char *login_name, const char *seuser_name);
int del_seuser(const char *login_name);
/* semanage.c */
extern int set_seuser(const char *login_name, const char *seuser_name);
extern int del_seuser(const char *login_name);
/* setugid.c */
extern int setup_groups (const struct passwd *info);

View File

@ -17,7 +17,7 @@ lib/port.c
lib/pwauth.c
lib/pwio.c
lib/pwmem.c
lib/selinux.c
lib/semanage.c
lib/sgetgrent.c
lib/sgetpwent.c
lib/sgetspent.c