* 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:
parent
360f12cd44
commit
daa8d1141e
@ -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
|
||||
|
@ -39,7 +39,7 @@ libshadow_la_SOURCES = \
|
||||
pwio.c \
|
||||
pwio.h \
|
||||
pwmem.c \
|
||||
selinux.c \
|
||||
semanage.c \
|
||||
sgetgrent.c \
|
||||
sgetpwent.c \
|
||||
sgetspent.c \
|
||||
|
@ -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);
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user